Class CacheGroupDescriptor
java.lang.Object
org.apache.cayenne.cache.invalidation.CacheGroupDescriptor
Immutable object describing cache group.
Used as a result in invalidation function.
- Since:
- 4.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCacheGroupDescriptor(String cacheGroupName) CacheGroupDescriptor(String cacheGroupName, Class<?> keyType, Class<?> valueType) -
Method Summary
-
Constructor Details
-
CacheGroupDescriptor
-
CacheGroupDescriptor
-
-
Method Details
-
getCacheGroupName
-
getKeyType
-
getValueType
-