com.infoengine.tomcat.request
Class InfoEngineRealm.CacheEntry

java.lang.Object
  extended bycom.infoengine.tomcat.request.InfoEngineRealm.CacheEntry
Enclosing class:
InfoEngineRealm

private class InfoEngineRealm.CacheEntry
extends Object


Field Summary
(package private)  long expiration
           
(package private)  Object value
           
 
Constructor Summary
InfoEngineRealm.CacheEntry(Object value)
           
 
Method Summary
 boolean isExpired()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

expiration

long expiration

value

Object value
Constructor Detail

InfoEngineRealm.CacheEntry

public InfoEngineRealm.CacheEntry(Object value)
Method Detail

isExpired

public boolean isExpired()