Class DataCacheManagerImpl

java.lang.Object
org.apache.openjpa.datacache.DataCacheManagerImpl
All Implemented Interfaces:
DataCacheManager, Closeable

public class DataCacheManagerImpl extends Object implements Closeable, DataCacheManager
Default data cache manager provides handle to utilities PCDataGenerator, ClearableScheduler and CacheDistributionPolicy for the cache operation. This implementation also determines whether a managed type is eligible to cache.
Author:
Abe White, Patrick Linskey, Pinaki Poddar