Class GlobalACLCacheKey
- java.lang.Object
-
- de.hybris.platform.persistence.ItemCacheKey
-
- de.hybris.platform.persistence.security.ItemACLCacheKey
-
- de.hybris.platform.persistence.security.GlobalACLCacheKey
-
- All Implemented Interfaces:
java.lang.Cloneable
public class GlobalACLCacheKey extends ItemACLCacheKey
item cache key for keeping an principal's global acl inside a cache object.
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.persistence.security.ItemACLCacheKey
BASE_QUALIFIER, cloned, itemPK
-
-
Constructor Summary
Constructors Modifier Constructor Description GlobalACLCacheKey()
protected
GlobalACLCacheKey(PK principalPK)
clone constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.Object
clone()
protected java.lang.Object
computeValue(ItemEJB item)
initially creates the cached data object for a specified item.protected java.lang.String
getQualifier()
-
Methods inherited from class de.hybris.platform.persistence.security.ItemACLCacheKey
cloneValue, createUnmodifiableViewOfValue, dispose, isValid
-
Methods inherited from class de.hybris.platform.persistence.ItemCacheKey
getCopy, getValueForModification, getValueForReading, getValueForReadingIfAvailable, getValueInternal
-
-
-
-
Constructor Detail
-
GlobalACLCacheKey
public GlobalACLCacheKey()
-
GlobalACLCacheKey
protected GlobalACLCacheKey(PK principalPK)
clone constructor
-
-
Method Detail
-
clone
protected java.lang.Object clone() throws java.lang.CloneNotSupportedException
- Overrides:
clone
in classItemACLCacheKey
- Throws:
java.lang.CloneNotSupportedException
-
getQualifier
protected java.lang.String getQualifier()
- Overrides:
getQualifier
in classItemACLCacheKey
- Returns:
- an key for the CachedValue that is unique within the Item instance
-
computeValue
protected java.lang.Object computeValue(ItemEJB item)
Description copied from class:ItemCacheKey
initially creates the cached data object for a specified item. this method is only called once for one ItemCacheKey instance.- Overrides:
computeValue
in classItemACLCacheKey
-
-