Uses of Class
org.terracotta.cache.value.AbstractTimestampedValue

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

Uses of AbstractTimestampedValue in org.terracotta.cache.serialization
 

Subclasses of AbstractTimestampedValue in org.terracotta.cache.serialization
 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 AbstractTimestampedValue in org.terracotta.cache.value
 

Subclasses of AbstractTimestampedValue in org.terracotta.cache.value
 class DefaultTimestampedValue<V>
          Wraps a value in the map-evictor and adds an expiration timestamp for entries.
 



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