|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheException | |
org.objectweb.cjdbc.controller.cache.result | ResultCache is an implementation of the AbstractResultCache. |
Uses of CacheException in org.objectweb.cjdbc.controller.cache.result |
Methods in org.objectweb.cjdbc.controller.cache.result that throw CacheException | |
void |
ResultCache.addToCache(SelectRequest request,
ControllerResultSet result)
Adds an entry request/reply to the cache. |
abstract boolean |
ResultCache.isUpdateNecessary(UpdateRequest request)
|
void |
ResultCache.writeNotify(AbstractWriteRequest request)
Notifies the cache that this write request has been issued, so that cache coherency can be maintained. |
void |
ResultCache.commit(long transactionId)
Commit a transaction given its id. |
void |
ResultCache.rollback(long transactionId)
Rollback a transaction given its id. |
java.lang.String[][] |
ResultCache.getCacheData()
|
java.lang.String[][] |
ResultCache.getCacheStatsData()
|
abstract void |
AbstractResultCache.addToCache(SelectRequest request,
ControllerResultSet result)
Adds an entry request/reply to the cache. |
abstract void |
AbstractResultCache.writeNotify(AbstractWriteRequest request)
Notifies the cache that the given write request has been issued, so that cache coherency can be maintained. |
abstract boolean |
AbstractResultCache.isUpdateNecessary(UpdateRequest request)
Returns true if the cache does not contain the values that are given in the update statement. |
abstract void |
AbstractResultCache.commit(long transactionId)
Commit a transaction given its id. |
abstract void |
AbstractResultCache.rollback(long transactionId)
Rollback a transaction given its id. |
abstract java.lang.String[][] |
AbstractResultCache.getCacheData()
Returns the content of the cache as displayable array of array of string |
abstract java.lang.String[][] |
AbstractResultCache.getCacheStatsData()
Returns a bunch of stats collected by the cache, such as cache hits. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |