Uses of Class
org.keycloak.storage.CacheableStorageProviderModel.CachePolicy
- 
Packages that use CacheableStorageProviderModel.CachePolicy Package Description org.keycloak.storage 
- 
- 
Uses of CacheableStorageProviderModel.CachePolicy in org.keycloak.storageMethods in org.keycloak.storage that return CacheableStorageProviderModel.CachePolicy Modifier and Type Method Description CacheableStorageProviderModel.CachePolicyCacheableStorageProviderModel. getCachePolicy()static CacheableStorageProviderModel.CachePolicyCacheableStorageProviderModel.CachePolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static CacheableStorageProviderModel.CachePolicy[]CacheableStorageProviderModel.CachePolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.keycloak.storage with parameters of type CacheableStorageProviderModel.CachePolicy Modifier and Type Method Description voidCacheableStorageProviderModel. setCachePolicy(CacheableStorageProviderModel.CachePolicy cachePolicy)
 
-