Interface CacheRegistry

All Known Implementing Classes:
CacheRegistryImpl

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

    • registerCache

      void registerCache(Cache cache)
    • unregisterCache

      void unregisterCache(Cache cache)
    • getStateInformation

      CachesStateInformationType getStateInformation()
    • dumpContent

      void dumpContent()