Uses of Interface
org.apache.cayenne.cache.QueryCache

Packages that use QueryCache
org.apache.cayenne.access Contains classes that make up Cayenne ORM stack. 
org.apache.cayenne.cache   
org.apache.cayenne.util General utility classes. 
 

Uses of QueryCache in org.apache.cayenne.access
 

Fields in org.apache.cayenne.access declared as QueryCache
protected  QueryCache DataContext.queryCache
           
protected  QueryCache DataDomain.queryCache
           
 

Methods in org.apache.cayenne.access that return QueryCache
 QueryCache DataContext.getQueryCache()
          Returns QueryCache used by this DataContext, creating it on the fly if needed.
 QueryCache DataDomain.getQueryCache()
          Returns shared QueryCache used by this DataDomain, creating it on the fly if needed.
 

Methods in org.apache.cayenne.access with parameters of type QueryCache
 void DataContext.setQueryCache(QueryCache queryCache)
          Sets a QueryCache to be used for storing cached query results.
 

Uses of QueryCache in org.apache.cayenne.cache
 

Classes in org.apache.cayenne.cache that implement QueryCache
 class MapQueryCache
          A default implementation of the QueryCache interface that stores data in a non-expiring LRUMap.
 class OSQueryCache
          A QueryCache implementation based on OpenSymphony OSCache.
 

Methods in org.apache.cayenne.cache that return QueryCache
 QueryCache MapQueryCacheFactory.getQueryCache(Map properties)
           
 QueryCache OSQueryCacheFactory.getQueryCache(Map properties)
          Creates QueryCache, ignoring provided properties, and reading data from "oscache.properties" file instead.
 QueryCache QueryCacheFactory.getQueryCache(Map properties)
          Creates a new instance of the QueryCache, configuring it using provided properties.
 

Uses of QueryCache in org.apache.cayenne.util
 

Methods in org.apache.cayenne.util that return QueryCache
protected abstract  QueryCache ObjectContextQueryAction.getQueryCache()
           
 



Copyright © 2001-2007 Apache Cayenne. All Rights Reserved.