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