Class ClusteredCache<K,V>

java.lang.Object
net.ontopia.persistence.proxy.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 Details

    • cache

      protected final Map<K,V> cache
    • cluster

      protected ClusterIF cluster
    • cacheType

      protected int cacheType
    • namespace

      protected IdentityIF namespace
  • Method Details