Package org.keycloak.models.cache
Interface CachePublicKeyProvider
- 
- All Superinterfaces:
- Provider
 - All Known Implementing Classes:
- InfinispanCachePublicKeyProvider
 
 public interface CachePublicKeyProvider extends Provider 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclearCache()Clears all the cached public keys, so they need to be loaded again
 
-