Package org.alfresco.repo.cache
Class TransactionalCache.CacheRegionKey
- java.lang.Object
-
- org.alfresco.repo.cache.TransactionalCache.CacheRegionKey
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- TransactionalCache<K extends Serializable,V>
public static class TransactionalCache.CacheRegionKey extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CacheRegionKey(String cacheRegion, Serializable cacheKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)SerializablegetCacheKey()StringgetCacheRegion()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
CacheRegionKey
public CacheRegionKey(String cacheRegion, Serializable cacheKey)
-
-
Method Detail
-
getCacheKey
public Serializable getCacheKey()
-
getCacheRegion
public String getCacheRegion()
-
-