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 via CacheInvalidationModuleExtender.
Since:
4.0
  • Constructor Details

    • CacheInvalidationModule

      public CacheInvalidationModule()
  • Method Details

    • 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:
      configure in interface org.apache.cayenne.di.Module