org.apache.cayenne.cache
Class OSQueryCacheProvider

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

public class OSQueryCacheProvider
extends Object
implements Provider<QueryCache>

A provider for the OSCache factory. "/oscache.properties" file is read to load the standard OSCache properties and also extra properties

Since:
3.1

Constructor Summary
OSQueryCacheProvider()
           
 
Method Summary
 QueryCache get()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OSQueryCacheProvider

public OSQueryCacheProvider()
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.