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 InvalidationHandlerMethods in org.apache.cayenne.cache.invalidation with parameters of type InvalidationHandlerModifier and TypeMethodDescriptionCacheInvalidationModuleExtender.addHandler(InvalidationHandler handlerInstance) Method parameters in org.apache.cayenne.cache.invalidation with type arguments of type InvalidationHandlerModifier and TypeMethodDescriptionCacheInvalidationModuleExtender.addHandler(Class<? extends InvalidationHandler> handlerType) Constructor parameters in org.apache.cayenne.cache.invalidation with type arguments of type InvalidationHandlerModifierConstructorDescriptionCacheInvalidationFilter(org.apache.cayenne.di.Provider<QueryCache> cacheProvider, List<InvalidationHandler> handlers)