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