Uses of Interface
org.apache.openjpa.persistence.StoreCache
-
Packages that use StoreCache Package Description org.apache.openjpa.persistence OpenJPA JPA -
-
Uses of StoreCache in org.apache.openjpa.persistence
Classes in org.apache.openjpa.persistence that implement StoreCache Modifier and Type Class Description classStoreCacheImplImplements the L2 cache over the data store via delegation to DataCache.Methods in org.apache.openjpa.persistence that return StoreCache Modifier and Type Method Description StoreCacheEntityManagerFactoryImpl. getStoreCache()StoreCacheEntityManagerFactoryImpl. getStoreCache(String cacheName)StoreCacheOpenJPAEntityManagerFactory. getStoreCache()Access the level 2 store cache.StoreCacheOpenJPAEntityManagerFactory. getStoreCache(String name)Access a named level 2 store cache.
-