Package org.openiam.common.beans.cache
Class UserCountForRolesCache
- java.lang.Object
-
- org.openiam.cache.AbstractRedisCacheProvider
-
- org.openiam.common.beans.cache.AbstractBackendRedisCache
-
- org.openiam.common.beans.cache.UserCountForRolesCache
-
@Component public class UserCountForRolesCache extends AbstractBackendRedisCache
-
-
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 UserCountForRolesCache()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CountXrefDBWrapper
get(String id)
protected AbstractRedisCacheProvider.CacheType
getCacheType()
-
Methods inherited from class org.openiam.common.beans.cache.AbstractBackendRedisCache
getContext
-
Methods inherited from class org.openiam.cache.AbstractRedisCacheProvider
buildCacheKey, buildCacheKey
-
-
-
-
Method Detail
-
getCacheType
protected AbstractRedisCacheProvider.CacheType getCacheType()
- Specified by:
getCacheType
in classAbstractRedisCacheProvider
-
get
public CountXrefDBWrapper get(String id)
-
-