org.apache.cayenne.cache
Class MapQueryCacheFactory

java.lang.Object
  extended by org.apache.cayenne.cache.MapQueryCacheFactory
All Implemented Interfaces:
QueryCacheFactory

Deprecated. since 3.1 MapQueryCacheFactory and QueryCacheFactory are unused. Analog of MapQueryCacheFactory is DI-friendly MapQueryCacheProvider.

public class MapQueryCacheFactory
extends java.lang.Object
implements QueryCacheFactory

Since:
3.0

Field Summary
static java.lang.String CACHE_SIZE_PROPERTY
          Deprecated.  
 
Constructor Summary
MapQueryCacheFactory()
          Deprecated.  
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CACHE_SIZE_PROPERTY

public static final java.lang.String CACHE_SIZE_PROPERTY
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

MapQueryCacheFactory

public MapQueryCacheFactory()
Deprecated. 
Method Detail

getQueryCache

public QueryCache getQueryCache(java.util.Map<java.lang.String,java.lang.String> properties)
Deprecated. 
Description copied from interface: QueryCacheFactory
Creates a new instance of the QueryCache, configuring it using provided properties.

Specified by:
getQueryCache in interface QueryCacheFactory


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