Package org.terracotta.cache

Interface Summary
CacheConfig Defines the configuration for a DistributedCache.
DistributedCache<K,V> DistributedCache is a distributed, Terracotta-backed, clustered cache with eviction.
TimestampedValue<V> Inside a DistributedCache, the map values are wrapped in a TimestampedValue that combines the actual value with information on created and last accessed times.
 

Class Summary
CacheConfigFactory The CacheConfigFactory is the best and easiest place to start building a DistributedCache instance.
 



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