com.spoledge.audao.db.dao
Class ExpiringMemoryDtoCacheImpl.Entry<V>

java.lang.Object
  extended by com.spoledge.audao.db.dao.ExpiringMemoryDtoCacheImpl.Entry<V>
Enclosing class:
ExpiringMemoryDtoCacheImpl<K,V>

protected static class ExpiringMemoryDtoCacheImpl.Entry<V>
extends java.lang.Object


Field Summary
protected  long expire
           
protected  V value
           
 
Constructor Summary
protected ExpiringMemoryDtoCacheImpl.Entry(V value, long delta)
           
 
Method Summary
protected  boolean isExpired()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

expire

protected long expire

value

protected V value
Constructor Detail

ExpiringMemoryDtoCacheImpl.Entry

protected ExpiringMemoryDtoCacheImpl.Entry(V value,
                                           long delta)
Method Detail

isExpired

protected boolean isExpired()


Copyright © 2010 Spolecne s.r.o. All Rights Reserved.