Package org.openiam.common.beans.cache
Class AbstractBackendRedisCache
- java.lang.Object
-
- org.openiam.cache.AbstractRedisCacheProvider
-
- org.openiam.common.beans.cache.AbstractBackendRedisCache
-
- Direct Known Subclasses:
AbstractGraphIdProvider
,AuthProviderCache
,EdgeIdCache
,EntitltementsObjectCache
,ManagedSystemCache
,PolicyCache
,UserCountForGroupsCache
,UserCountForRolesCache
public abstract class AbstractBackendRedisCache extends AbstractRedisCacheProvider
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.openiam.cache.AbstractRedisCacheProvider
AbstractRedisCacheProvider.CacheType, AbstractRedisCacheProvider.Context
-
-
Field Summary
-
Fields inherited from class org.openiam.cache.AbstractRedisCacheProvider
log
-
-
Constructor Summary
Constructors Constructor Description AbstractBackendRedisCache()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AbstractRedisCacheProvider.Context
getContext()
-
Methods inherited from class org.openiam.cache.AbstractRedisCacheProvider
buildCacheKey, buildCacheKey, getCacheType
-
-
-
-
Method Detail
-
getContext
protected AbstractRedisCacheProvider.Context getContext()
- Specified by:
getContext
in classAbstractRedisCacheProvider
-
-