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:
Cloneable
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 -
Method Summary
Methods inherited from class de.hybris.platform.persistence.security.ItemACLCacheKey
cloneValue, createUnmodifiableViewOfValue, dispose, isValidMethods inherited from class de.hybris.platform.persistence.ItemCacheKey
getCopy, getValueForModification, getValueForReading, getValueForReadingIfAvailable, getValueInternal
-
Constructor Details
-
GlobalACLCacheKey
public GlobalACLCacheKey() -
GlobalACLCacheKey
clone constructor
-
-
Method Details
-
clone
- Overrides:
clonein classItemACLCacheKey- Throws:
CloneNotSupportedException
-
getQualifier
- Overrides:
getQualifierin classItemACLCacheKey- Returns:
- an key for the CachedValue that is unique within the Item instance
-
computeValue
Description copied from class:ItemCacheKeyinitially creates the cached data object for a specified item. this method is only called once for one ItemCacheKey instance.- Overrides:
computeValuein classItemACLCacheKey
-