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 java.lang.Object
implements Provider<QueryCache>

Since:
3.1

Field Summary
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

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-2012 Apache Cayenne. All Rights Reserved.