Class BackofficeCockpitUserServiceCacheImpl
- java.lang.Object
-
- com.hybris.backoffice.cockpitng.user.cache.impl.BackofficeCockpitUserServiceCacheImpl
-
- All Implemented Interfaces:
BackofficeCockpitUserServiceCache
public class BackofficeCockpitUserServiceCacheImpl extends java.lang.Object implements BackofficeCockpitUserServiceCache
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.StringCACHED_TYPE_USER
-
Constructor Summary
Constructors Constructor Description BackofficeCockpitUserServiceCacheImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CacheControllergetCacheController()protected ObjectCacheKeyGeneratorgetObjectCacheKeyGenerator()booleanisAdmin(java.lang.String userId, java.util.function.Function<java.lang.String,java.lang.Boolean> defaultValue)voidsetCacheController(CacheController cacheController)voidsetObjectCacheKeyGenerator(ObjectCacheKeyGenerator objectCacheKeyGenerator)
-
-
-
Field Detail
-
CACHED_TYPE_USER
protected static final java.lang.String CACHED_TYPE_USER
- See Also:
- Constant Field Values
-
-
Method Detail
-
isAdmin
public boolean isAdmin(java.lang.String userId, java.util.function.Function<java.lang.String,java.lang.Boolean> defaultValue)- Specified by:
isAdminin interfaceBackofficeCockpitUserServiceCache
-
getCacheController
protected CacheController getCacheController()
-
setCacheController
public void setCacheController(CacheController cacheController)
-
getObjectCacheKeyGenerator
protected ObjectCacheKeyGenerator getObjectCacheKeyGenerator()
-
setObjectCacheKeyGenerator
public void setObjectCacheKeyGenerator(ObjectCacheKeyGenerator objectCacheKeyGenerator)
-
-