Interface CacheRegistry

  • All Known Implementing Classes:
    CacheRegistryImpl

    public interface CacheRegistry
    Registry of all local cacheable services.
    • Method Detail

      • registerCacheableService

        void registerCacheableService​(Cacheable cacheableService)
      • unregisterCacheableService

        void unregisterCacheableService​(Cacheable cacheableService)
      • dumpContent

        void dumpContent()