railo.runtime.query
Class QueryCacheEntry

java.lang.Object
  extended by railo.runtime.query.QueryCacheEntry
All Implemented Interfaces:
Serializable, Dumpable

public final class QueryCacheEntry
extends Object
implements Serializable, Dumpable

a single entry of the query cache

See Also:
Serialized Form

Method Summary
 Object getValue()
           
 boolean isCachedAfter(Date cacheAfter)
           
 DumpData toDumpData(PageContext pageContext, int maxlevel, DumpProperties properties)
          method to print out information to a object as HTML
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isCachedAfter

public boolean isCachedAfter(Date cacheAfter)
Parameters:
cacheAfter -
Returns:
is in range or not

getValue

public Object getValue()
Returns:
returns query object in entry

toDumpData

public DumpData toDumpData(PageContext pageContext,
                           int maxlevel,
                           DumpProperties properties)
Description copied from interface: Dumpable
method to print out information to a object as HTML

Specified by:
toDumpData in interface Dumpable
Returns:
HTML print out


Copyright © 2012 Railo