Uses of Interface
org.apache.cayenne.cache.invalidation.InvalidationHandler
-
-
Uses of InvalidationHandler in org.apache.cayenne.cache.invalidation
Classes in org.apache.cayenne.cache.invalidation that implement InvalidationHandler Modifier and Type Class Description classCacheGroupsHandlerMethods in org.apache.cayenne.cache.invalidation with parameters of type InvalidationHandler Modifier and Type Method Description CacheInvalidationModuleExtenderCacheInvalidationModuleExtender. addHandler(InvalidationHandler handlerInstance)Method parameters in org.apache.cayenne.cache.invalidation with type arguments of type InvalidationHandler Modifier and Type Method Description CacheInvalidationModuleExtenderCacheInvalidationModuleExtender. addHandler(Class<? extends InvalidationHandler> handlerType)Constructor parameters in org.apache.cayenne.cache.invalidation with type arguments of type InvalidationHandler Constructor Description CacheInvalidationFilter(org.apache.cayenne.di.Provider<QueryCache> cacheProvider, List<InvalidationHandler> handlers)
-