Package org.openiam.cache
Class AbstractRedisCacheProvider
- java.lang.Object
-
- org.openiam.cache.AbstractRedisCacheProvider
-
- Direct Known Subclasses:
AbstractBackendRedisCache
,AbstractCacheSweeper
,AbstractPropertyValueRedisCache
public abstract class AbstractRedisCacheProvider extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AbstractRedisCacheProvider.CacheType
static class
AbstractRedisCacheProvider.Context
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.commons.logging.Log
log
-
Constructor Summary
Constructors Constructor Description AbstractRedisCacheProvider()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected String
buildCacheKey()
protected String
buildCacheKey(String type)
protected abstract AbstractRedisCacheProvider.CacheType
getCacheType()
protected abstract AbstractRedisCacheProvider.Context
getContext()
-
-
-
Method Detail
-
getContext
protected abstract AbstractRedisCacheProvider.Context getContext()
-
getCacheType
protected abstract AbstractRedisCacheProvider.CacheType getCacheType()
-
buildCacheKey
protected final String buildCacheKey()
-
-