Uses of Class
org.objectweb.cjdbc.controller.cache.QueryCacheEntry

Packages that use QueryCacheEntry
org.objectweb.cjdbc.controller.cache Query cache implementations. 
org.objectweb.cjdbc.controller.cache.schema Database schema management for query caches. 
 

Uses of QueryCacheEntry in org.objectweb.cjdbc.controller.cache
 

Fields in org.objectweb.cjdbc.controller.cache declared as QueryCacheEntry
private  QueryCacheEntry QueryCacheDB.lruHead
           
private  QueryCacheEntry QueryCacheDB.lruTail
           
private  QueryCacheEntry QueryCache.lruHead
           
private  QueryCacheEntry QueryCache.lruTail
           
private  QueryCacheEntry QueryCacheEntry.next
           
private  QueryCacheEntry QueryCacheEntry.prev
           
 

Methods in org.objectweb.cjdbc.controller.cache that return QueryCacheEntry
 QueryCacheEntry QueryCacheDB.getFromCache(SelectRequest sqlQuery, boolean addToPendingQueries)
          Gets the result to the given request from the cache.
 QueryCacheEntry QueryCache.getFromCache(SelectRequest request, boolean addToPendingQueries)
          Gets the result to the given request from the cache.
 QueryCacheEntry QueryCacheEntry.getNext()
          Gets the value of next QueryCacheEntry in LRU.
 QueryCacheEntry QueryCacheEntry.getPrev()
          Gets the value of previous QueryCacheEntry in LRU.
abstract  QueryCacheEntry AbstractRequestCache.getFromCache(SelectRequest request, boolean addToPendingQueries)
          Gets the result to the given request from the cache.
 

Methods in org.objectweb.cjdbc.controller.cache with parameters of type QueryCacheEntry
 void QueryCacheEntry.setNext(QueryCacheEntry next)
          Sets the value of next QueryCacheEntry in LRU.
 void QueryCacheEntry.setPrev(QueryCacheEntry prev)
          Sets the value of previous QueryCacheEntry in LRU.
 

Uses of QueryCacheEntry in org.objectweb.cjdbc.controller.cache.schema
 

Methods in org.objectweb.cjdbc.controller.cache.schema with parameters of type QueryCacheEntry
 void CacheDatabaseTable.addQueryCacheEntry(QueryCacheEntry ce)
          Adds a CacheEntry object whose consistency depends on this table.
 void CacheDatabaseColumn.addQueryCacheEntry(QueryCacheEntry ce)
          Adds a CacheEntry object whose consistency depends on this column.
 



Copyright © 2002, 2003 - ObjectWeb Consortium - All Rights Reserved.