org.terracotta.toolkit.internal.cache
Interface TimestampedValue


public interface TimestampedValue

If a TimestampedValue is added to the Toolkit Map, Toolkit Map will internally update the last accessed time of the value. It acts as a wrapper for Value and also provides accurate last access time.


Method Summary
 void updateTimestamps(int createTime, int lastAccessedTime)
           
 

Method Detail

updateTimestamps

void updateTimestamps(int createTime,
                      int lastAccessedTime)


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