Package org.alfresco.repo.cache.lookup
Class CacheRegionValueKey
- java.lang.Object
-
- org.alfresco.repo.cache.lookup.CacheRegionValueKey
-
- All Implemented Interfaces:
java.io.Serializable
public class CacheRegionValueKey extends java.lang.Object implements java.io.SerializableValue-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(java.lang.String cacheRegion, java.io.Serializable cacheValueKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)inthashCode()java.lang.StringtoString()
-