public class TimestampedCacheEntry<T> extends Object
| Constructor and Description |
|---|
TimestampedCacheEntry(long timeStamp,
T object) |
TimestampedCacheEntry(T object) |
public TimestampedCacheEntry(T object)
public TimestampedCacheEntry(long timeStamp,
T object)
public TimestampedCacheEntry<T> refresh()
public long timestamp()
public long age()
public T value()
Copyright © 2013 DuraSpace. All Rights Reserved.