Class 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 Detail

      • CacheInvalidationModule

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