|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.objectweb.cjdbc.controller.cache.result.CacheBehavior
org.objectweb.cjdbc.controller.cache.result.rules.NoCaching
No process should be done while refering to this action
| Field Summary | |
(package private) static ResultCacheEntryNoCache |
NOCACHE_ENTRY
|
| Fields inherited from class org.objectweb.cjdbc.controller.cache.result.CacheBehavior |
|
| Constructor Summary | |
NoCaching()
|
|
| Method Summary | |
CacheEntry |
getCacheEntry(SelectRequest sqlQuery,
ControllerResultSet result,
AbstractResultCache cache)
Builds a cache entry from a SelectRequest and a
ControllerResultSet. |
java.lang.String |
getXml()
Implementation specific xml dump of the cache behavior. |
| Methods inherited from class org.objectweb.cjdbc.controller.cache.result.CacheBehavior |
getType |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
static final ResultCacheEntryNoCache NOCACHE_ENTRY
| Constructor Detail |
public NoCaching()
| Method Detail |
public CacheEntry getCacheEntry(SelectRequest sqlQuery,
ControllerResultSet result,
AbstractResultCache cache)
CacheBehaviorSelectRequest and a
ControllerResultSet. This cache entry can then be inserted
in the cache.
getCacheEntry in class CacheBehaviorsqlQuery - entry to add in the cacheresult - value to add in the cachecache - reference for EagerCaching in case the entry needs to remove
itself from the cache.
CacheBehavior.getCacheEntry(SelectRequest,
ControllerResultSet, AbstractResultCache)public java.lang.String getXml()
CacheBehavior
getXml in class CacheBehaviorXmlComponent.getXml()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||