Uses of Interface
org.terracotta.cache.MarkTimestampedValue

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

Uses of MarkTimestampedValue in org.terracotta.cache.serialization
 

Classes in org.terracotta.cache.serialization that implement MarkTimestampedValue
 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 MarkTimestampedValue in org.terracotta.cache.value
 

Classes in org.terracotta.cache.value that implement MarkTimestampedValue
 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.