Class ClusteredCache<K,​V>

  • All Implemented Interfaces:
    CacheIF<K,​V>

    public final class ClusteredCache<K,​V>
    extends Object
    implements CacheIF<K,​V>
    INTERNAL: CacheIF implementation that wraps a Map and notified the cluster about removals. All access is synchronized.
    • Field Detail

      • cache

        protected final Map<K,​V> cache
      • cacheType

        protected int cacheType