Uses of Class
org.openiam.cache.AbstractCacheSweeper.CacheMode
-
Packages that use AbstractCacheSweeper.CacheMode Package Description org.openiam.cache -
-
Uses of AbstractCacheSweeper.CacheMode in org.openiam.cache
Methods in org.openiam.cache that return AbstractCacheSweeper.CacheMode Modifier and Type Method Description protected AbstractCacheSweeper.CacheMode
AbstractCacheSweeper. getCacheMode()
static AbstractCacheSweeper.CacheMode
AbstractCacheSweeper.CacheMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static AbstractCacheSweeper.CacheMode[]
AbstractCacheSweeper.CacheMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-