Class CacheInvalidationModule
- java.lang.Object
-
- org.apache.cayenne.cache.invalidation.CacheInvalidationModule
-
- All Implemented Interfaces:
org.apache.cayenne.di.Module
public class CacheInvalidationModule extends Object implements org.apache.cayenne.di.Module
This module is autoloaded, all extensions should be done viaCacheInvalidationModuleExtender.- Since:
- 4.0
-
-
Constructor Summary
Constructors Constructor Description CacheInvalidationModule()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(org.apache.cayenne.di.Binder binder)static CacheInvalidationModuleExtenderextend()Returns a new "extender" to customize the defaults provided by this module.
-
-
-
Method Detail
-
extend
public static CacheInvalidationModuleExtender extend()
Returns a new "extender" to customize the defaults provided by this module.- Returns:
- a new "extender" to customize the defaults provided by this module.
-
configure
public void configure(org.apache.cayenne.di.Binder binder)
- Specified by:
configurein interfaceorg.apache.cayenne.di.Module
-
-