public class UDFCacheItem extends Object implements CacheItem, Serializable, Dumpable
Modifier and Type | Field and Description |
---|---|
String |
output |
Object |
returnValue |
Constructor and Description |
---|
UDFCacheItem(String output,
Object returnValue,
String udfName,
String meta,
long executionTimeNS) |
Modifier and Type | Method and Description |
---|---|
long |
getExecutionTime() |
String |
getHashFromValue() |
String |
getMeta() |
String |
getName() |
long |
getPayload() |
DumpData |
toDumpData(PageContext pageContext,
int maxlevel,
DumpProperties properties)
method to print out information to a object as HTML
|
String |
toString() |
public final Object returnValue
public UDFCacheItem(String output, Object returnValue, String udfName, String meta, long executionTimeNS)
public DumpData toDumpData(PageContext pageContext, int maxlevel, DumpProperties properties)
Dumpable
toDumpData
in interface Dumpable
public String getHashFromValue()
getHashFromValue
in interface CacheItem
public long getPayload()
getPayload
in interface CacheItem
public long getExecutionTime()
getExecutionTime
in interface CacheItem
Copyright © 2015 Lucee