Uses of Interface
org.terracotta.cache.ExpirableEntry

Packages that use ExpirableEntry
org.terracotta.cache   
org.terracotta.cache.serialization   
org.terracotta.cache.value   
 

Uses of ExpirableEntry in org.terracotta.cache
 

Subinterfaces of ExpirableEntry in org.terracotta.cache
 interface 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.
 

Uses of ExpirableEntry in org.terracotta.cache.serialization
 

Classes in org.terracotta.cache.serialization that implement ExpirableEntry
 class CustomLifespanSerializedEntry<T>
          A SerializedEntry subclass that supports cache entries with custom TTI/TTL values.
 class SerializedEntry<T>
          Storage wrapper for serialized cache entries.
 

Uses of ExpirableEntry in org.terracotta.cache.value
 

Classes in org.terracotta.cache.value that implement ExpirableEntry
 class AbstractStatelessTimestampedValue<V>
           
 class AbstractTimestampedValue<V>
          Abstract base class for timestamped map entries.
 class DefaultTimestampedValue<V>
          Wraps a value in the map-evictor and adds an expiration timestamp for entries.
 



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