Interface CacheRegistry

  • All Known Implementing Classes:
    CacheRegistryImpl

    public interface CacheRegistry
    Registry of all local caches (various caching components/services).
    • Method Detail

      • registerCache

        void registerCache​(Cache cache)
      • unregisterCache

        void unregisterCache​(Cache cache)
      • dumpContent

        void dumpContent()