Uses of Interface
org.terracotta.cache.DistributedCache

Packages that use DistributedCache
org.terracotta.cache   
 

Uses of DistributedCache in org.terracotta.cache
 

Subinterfaces of DistributedCache in org.terracotta.cache
 interface IncoherentDistributedCache<K,V>
          An extension to DistributedCache providing incoherent features -- unlocked reads, unlocked puts, unsafe reads (reading local values in vm or null), unlocked removes, unlocked containsKey etc
 interface IncoherentDistributedCacheInternals<K,V>
           
 

Classes in org.terracotta.cache that implement DistributedCache
 class LocalCache<K,V>
          A local (non-clustered) cache implementation.
 class TerracottaDistributedCache<K,V>
          A clusterable cache implementation.
 

Methods in org.terracotta.cache that return DistributedCache
<K,V> DistributedCache<K,V>
CacheConfig.newCache()
          Construct a cache instance based on this config's settings.
<K,V> DistributedCache<K,V>
ImmutableConfig.newCache()
           
<K,V> DistributedCache<K,V>
MutableConfig.newCache()
          Construct a new cache instance based on the configuration changes specified in this instance of the builder so far.
 



Copyright © 2015 Terracotta, Inc.. All Rights Reserved.