Uses of Package
org.terracotta.cache

Packages that use org.terracotta.cache
org.terracotta.cache   
org.terracotta.cache.serialization   
org.terracotta.cache.value   
org.terracotta.collections   
org.terracotta.search   
 

Classes in org.terracotta.cache used by org.terracotta.cache
CacheConfig
           Defines the configuration for a DistributedCache.
CacheEvictionListener
          Interface used for notifying eviction by Classes implementing CacheEvictionListenerSupport
DistributedCache
           A distributed, clustered cache with eviction
ExpirableEntry
          This is a mirror of the core type com.tc.cache.ExpirableEntry
IncoherentDistributedCache
          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
IncoherentDistributedCacheInternals
           
LocallyCacheable
          Implemented by an object with a local cache.
MutableConfig
          Initialized with default configuration values.
TimeSource
          A source of time for the map when updating timestamps.
TimestampedValue
          Inside a DistributedCache, the map values are wrapped in a TimestampedValue that combines the actual value with information on created and last accessed times.
 

Classes in org.terracotta.cache used by org.terracotta.cache.serialization
CacheConfig
           Defines the configuration for a DistributedCache.
ExpirableEntry
          This is a mirror of the core type com.tc.cache.ExpirableEntry
MarkTimestampedValue
           
TimeSource
          A source of time for the map when updating timestamps.
TimestampedValue
          Inside a DistributedCache, the map values are wrapped in a TimestampedValue that combines the actual value with information on created and last accessed times.
 

Classes in org.terracotta.cache used by org.terracotta.cache.value
CacheConfig
           Defines the configuration for a DistributedCache.
ExpirableEntry
          This is a mirror of the core type com.tc.cache.ExpirableEntry
MarkTimestampedValue
           
TimestampedValue
          Inside a DistributedCache, the map values are wrapped in a TimestampedValue that combines the actual value with information on created and last accessed times.
 

Classes in org.terracotta.cache used by org.terracotta.collections
CacheConfig
           Defines the configuration for a DistributedCache.
CacheEvictionListener
          Interface used for notifying eviction by Classes implementing CacheEvictionListenerSupport
CacheEvictionListenerSupport
          Interface implemented by classes which can do eviction.
LocallyCacheable
          Implemented by an object with a local cache.
 

Classes in org.terracotta.cache used by org.terracotta.search
TerracottaDistributedCache
          A clusterable cache implementation.
 



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