Interface CacheConfiguration

All Known Implementing Classes:
DefaultCacheConfiguration

public interface CacheConfiguration
If you want your own cache configuration you have to provide a Component that returns a CacheConfiguration. To make sure your implementation is chosen over the DefaultCacheConfiguration use the Primary-annotation
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Initializes the Default-Cache and the named Cache instances used by JWT Make sure your Implementation calls CacheManager.setDefault(org.jadice.util.mm.Cache)
  • Method Details

    • initCaches

      void initCaches()
      Initializes the Default-Cache and the named Cache instances used by JWT Make sure your Implementation calls CacheManager.setDefault(org.jadice.util.mm.Cache)