|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.cjdbc.controller.cache.result.entries.ResultCacheEntry
org.objectweb.cjdbc.controller.cache.result.entries.ResultCacheEntryNoCache
A CacheEntry
that simulates a NoCacheEntry.
Field Summary | |
(package private) static java.lang.String[] |
STRING_DATA
|
Fields inherited from class org.objectweb.cjdbc.controller.cache.result.entries.ResultCacheEntry |
request, result, state |
Fields inherited from interface org.objectweb.cjdbc.controller.cache.result.entries.CacheEntry |
CACHE_DIRTY, CACHE_INVALID, CACHE_VALID, NO_DEADLINE |
Constructor Summary | |
ResultCacheEntryNoCache()
Create a new No Caching Query Cache entry |
Method Summary | |
java.lang.String |
getType()
Get the type of this entry as a string |
void |
invalidate()
Invalidates this cache entry (removes the ResultSet and turn
state to CacheEntry.CACHE_INVALID ). |
java.lang.String[] |
toStringTable()
Get data about this entry |
Methods inherited from class org.objectweb.cjdbc.controller.cache.result.entries.ResultCacheEntry |
getNext, getPrev, getRequest, getResult, getSizeOfResult, getState, isDirty, isValid, markDirty, setNext, setPrev, setResult, setValid |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
static final java.lang.String[] STRING_DATA
Constructor Detail |
public ResultCacheEntryNoCache()
Method Detail |
public void invalidate()
ResultCacheEntry
ResultSet
and turn
state to CacheEntry.CACHE_INVALID
).
invalidate
in interface CacheEntry
invalidate
in class ResultCacheEntry
ResultCacheEntry.invalidate()
public java.lang.String getType()
ResultCacheEntry
getType
in interface CacheEntry
getType
in class ResultCacheEntry
ResultCacheEntry.getType()
public java.lang.String[] toStringTable()
ResultCacheEntry
toStringTable
in interface CacheEntry
toStringTable
in class ResultCacheEntry
ResultCacheEntry.toStringTable()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |