Class DataCacheStoreManager

java.lang.Object
org.apache.openjpa.kernel.DelegatingStoreManager
org.apache.openjpa.datacache.DataCacheStoreManager
All Implemented Interfaces:
StoreManager, Closeable

public class DataCacheStoreManager extends DelegatingStoreManager
StoreManager proxy that delegates to a data cache when possible.
Author:
Patrick Linskey