Uses of Class
org.openiam.cache.AbstractRedisCacheProvider.Context
-
Packages that use AbstractRedisCacheProvider.Context Package Description org.openiam.cache org.openiam.common.beans.cache org.openiam.common.cache -
-
Uses of AbstractRedisCacheProvider.Context in org.openiam.cache
Methods in org.openiam.cache that return AbstractRedisCacheProvider.Context Modifier and Type Method Description protected abstract AbstractRedisCacheProvider.ContextAbstractRedisCacheProvider. getContext()static AbstractRedisCacheProvider.ContextAbstractRedisCacheProvider.Context. valueOf(String name)Returns the enum constant of this type with the specified name.static AbstractRedisCacheProvider.Context[]AbstractRedisCacheProvider.Context. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AbstractRedisCacheProvider.Context in org.openiam.common.beans.cache
Methods in org.openiam.common.beans.cache that return AbstractRedisCacheProvider.Context Modifier and Type Method Description protected AbstractRedisCacheProvider.ContextAbstractBackendRedisCache. getContext()protected AbstractRedisCacheProvider.ContextPropertyValueCacheImpl. getContext() -
Uses of AbstractRedisCacheProvider.Context in org.openiam.common.cache
Methods in org.openiam.common.cache that return AbstractRedisCacheProvider.Context Modifier and Type Method Description protected AbstractRedisCacheProvider.ContextAbstractBackendSweeper. getContext()
-