Uses of Interface
org.terracotta.cache.DistributedCache

Packages that use DistributedCache
org.terracotta.cache   
org.terracotta.cache.impl   
org.terracotta.modules.ehcache.store   
 

Uses of DistributedCache in org.terracotta.cache
 

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.
 

Uses of DistributedCache in org.terracotta.cache.impl
 

Classes in org.terracotta.cache.impl that implement DistributedCache
 class DistributedCacheImpl<K,V>
           
 class LocalCache<K,V>
           
 

Methods in org.terracotta.cache.impl that return DistributedCache
<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.
 

Uses of DistributedCache in org.terracotta.modules.ehcache.store
 

Classes in org.terracotta.modules.ehcache.store that implement DistributedCache
 class ClusteredStoreBackend
           
 



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