org.smallmind.quorum.cache.indigenous
Class TimestampOrderedCacheEntry<V>

java.lang.Object
  extended by org.smallmind.quorum.cache.indigenous.AbstractTimestampOrderedCacheEntry<V>
      extended by org.smallmind.quorum.cache.indigenous.TimestampOrderedCacheEntry<V>
All Implemented Interfaces:
CacheEntry<V>, OrderedCacheEntry<TimestampedCacheMetaData,V>

public class TimestampOrderedCacheEntry<V>
extends AbstractTimestampOrderedCacheEntry<V>


Constructor Summary
TimestampOrderedCacheEntry(V value)
           
 
Method Summary
 void cacheHit()
           
 void close()
           
 void expire()
           
 
Methods inherited from class org.smallmind.quorum.cache.indigenous.AbstractTimestampOrderedCacheEntry
getCacheMetaData, getEntry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimestampOrderedCacheEntry

public TimestampOrderedCacheEntry(V value)
Method Detail

cacheHit

public void cacheHit()
Specified by:
cacheHit in interface CacheEntry<V>
Specified by:
cacheHit in class AbstractTimestampOrderedCacheEntry<V>

expire

public void expire()
Specified by:
expire in interface CacheEntry<V>
Specified by:
expire in class AbstractTimestampOrderedCacheEntry<V>

close

public void close()
Specified by:
close in interface CacheEntry<V>
Specified by:
close in class AbstractTimestampOrderedCacheEntry<V>


Copyright © 2012. All Rights Reserved.