Class DefaultCacheConfiguration

java.lang.Object
com.levigo.jadice.web.server.config.DefaultCacheConfiguration
All Implemented Interfaces:
CacheConfiguration

@Component public class DefaultCacheConfiguration extends Object implements CacheConfiguration
  • Constructor Details

    • DefaultCacheConfiguration

      public DefaultCacheConfiguration()
  • Method Details

    • initCaches

      public void initCaches()
      Description copied from interface: CacheConfiguration
      Initializes the Default-Cache and the named Cache instances used by JWT Make sure your Implementation calls CacheManager.setDefault(org.jadice.util.mm.Cache)
      Specified by:
      initCaches in interface CacheConfiguration
    • initBufferManager

      public void initBufferManager()