org.apache.cayenne.cache
Class MapQueryCacheProvider

java.lang.Object
  extended by org.apache.cayenne.cache.MapQueryCacheProvider
All Implemented Interfaces:
Provider<QueryCache>

public class MapQueryCacheProvider
extends Object
implements Provider<QueryCache>

Since:
3.1

Field Summary
static String CACHE_SIZE_PROPERTY
           
protected  RuntimeProperties properties
           
 
Constructor Summary
MapQueryCacheProvider(RuntimeProperties properties)
           
 
Method Summary
 QueryCache get()
           
 
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 String CACHE_SIZE_PROPERTY
See Also:
Constant Field Values

properties

protected RuntimeProperties properties
Constructor Detail

MapQueryCacheProvider

public MapQueryCacheProvider(RuntimeProperties properties)
Method Detail

get

public QueryCache get()
               throws ConfigurationException
Specified by:
get in interface Provider<QueryCache>
Throws:
ConfigurationException


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