Uses of Class
org.apache.cayenne.cache.invalidation.CacheGroupDescriptor
-
-
Uses of CacheGroupDescriptor in org.apache.cayenne.cache.invalidation
Methods in org.apache.cayenne.cache.invalidation that return types with arguments of type CacheGroupDescriptor Modifier and Type Method Description Collection<CacheGroupDescriptor>InvalidationFunction. apply(Persistent persistent)Deprecated.Function<Persistent,Collection<CacheGroupDescriptor>>CacheGroupsHandler. canHandle(Class<? extends Persistent> type)Return invalidation function that returns values ofCacheGroupsandCacheGroupannotations for the given type.Function<Persistent,Collection<CacheGroupDescriptor>>InvalidationHandler. canHandle(Class<? extends Persistent> type)protected Set<CacheGroupDescriptor>CacheInvalidationFilter. getOrCreateTxGroups()
-