Package org.alfresco.repo.cache.lookup
Class CacheRegionValueKey
- java.lang.Object
-
- org.alfresco.repo.cache.lookup.CacheRegionValueKey
-
- All Implemented Interfaces:
Serializable
public class CacheRegionValueKey extends Object implements Serializable
Value-key-wrapper used to separate cache regions, allowing a single cache to be used for different purposes. This class is distinct from the region key so that ID-based lookups don't class with value-based lookups.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CacheRegionValueKey(String cacheRegion, Serializable cacheValueKey)
-
-
-
Constructor Detail
-
CacheRegionValueKey
public CacheRegionValueKey(String cacheRegion, Serializable cacheValueKey)
-
-