org.apache.cayenne.cache
Interface QueryCacheFactory

All Known Implementing Classes:
MapQueryCacheFactory, OSQueryCacheFactory

Deprecated. since 3.1 QueryCacheFactory is unused and replaced by corresponding Provider implementation for various types of QueryCache.

public interface QueryCacheFactory

Creates QueryCache.

Since:
3.0

Method Summary
 QueryCache getQueryCache(java.util.Map<java.lang.String,java.lang.String> properties)
          Deprecated. Creates a new instance of the QueryCache, configuring it using provided properties.
 

Method Detail

getQueryCache

QueryCache getQueryCache(java.util.Map<java.lang.String,java.lang.String> properties)
Deprecated. 
Creates a new instance of the QueryCache, configuring it using provided properties.



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