Package org.openiam.common.beans.cache
Class PropertyValueCacheImpl
- java.lang.Object
-
- org.openiam.cache.AbstractRedisCacheProvider
-
- org.openiam.cache.AbstractPropertyValueRedisCache
-
- org.openiam.common.beans.cache.PropertyValueCacheImpl
-
- All Implemented Interfaces:
PropertyValueCache
@Component public class PropertyValueCacheImpl extends AbstractPropertyValueRedisCache
-
-
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.AbstractPropertyValueRedisCache
cache
-
Fields inherited from class org.openiam.cache.AbstractRedisCacheProvider
log
-
-
Constructor Summary
Constructors Constructor Description PropertyValueCacheImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AbstractRedisCacheProvider.Context
getContext()
protected String
getLanguageId()
-
Methods inherited from class org.openiam.cache.AbstractPropertyValueRedisCache
getAffiliationPrimaryTypeId, getBoolean, getCacheType, getDefaultManagedSysId, getInt, getProperty, getPropertyValue, getPropertyValues, getString, getValue, isProvisioningEnabled, isProvisioningEntitlementsEnabled
-
Methods inherited from class org.openiam.cache.AbstractRedisCacheProvider
buildCacheKey, buildCacheKey
-
-
-
-
Method Detail
-
getContext
protected AbstractRedisCacheProvider.Context getContext()
- Specified by:
getContext
in classAbstractRedisCacheProvider
-
getLanguageId
protected String getLanguageId()
- Specified by:
getLanguageId
in classAbstractPropertyValueRedisCache
-
-