Package org.keycloak.models.cache
Interface CacheCrlProvider
- All Superinterfaces:
 Provider
- All Known Implementing Classes:
 InfinispanCacheCrlProvider
- 
Method Summary
Modifier and TypeMethodDescriptionvoidClears all the cached CRLs, so they need to be loaded again 
- 
Method Details
- 
clearCache
void clearCache()Clears all the cached CRLs, so they need to be loaded again 
 -