org.apache.cayenne.cache
Class OSQueryCacheProvider
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OSQueryCacheProvider
public OSQueryCacheProvider()
get
public QueryCache get()
throws ConfigurationException
- Specified by:
get
in interface Provider<QueryCache>
- Throws:
ConfigurationException
Copyright © 2001-2011 Apache Cayenne. All Rights Reserved.