org.apache.cayenne.cache
Class MapQueryCacheFactory
java.lang.Object
org.apache.cayenne.cache.MapQueryCacheFactory
- All Implemented Interfaces:
- QueryCacheFactory
public class MapQueryCacheFactory
- extends Object
- implements QueryCacheFactory
- Since:
- 3.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CACHE_SIZE_PROPERTY
public static final String CACHE_SIZE_PROPERTY
- See Also:
- Constant Field Values
MapQueryCacheFactory
public MapQueryCacheFactory()
getQueryCache
public QueryCache getQueryCache(Map<String,String> properties)
- 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-2011 Apache Cayenne. All Rights Reserved.