Interface CacheContainer

    • Method Detail

      • getCache

        <K,​V> Cache<K,​V> getCache​(java.lang.String cacheName)
        This method overrides the underlying getCache(String), to return a Cache instead of a BasicCache
        Specified by:
        getCache in interface BasicCacheContainer
        Parameters:
        cacheName - name of cache to retrieve
        Returns:
        a cache instance identified by cacheName
      • administration

        default CacheContainerAdmin<?,​?> administration()
        Provides access to administrative methods which affect the underlying cache container, such as cache creation and removal. If the underlying container is clustered or remote, the operations will affect all nodes.
        Returns: