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 class
StoreCacheImpl
Implements 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 StoreCache
EntityManagerFactoryImpl. getStoreCache()
StoreCache
EntityManagerFactoryImpl. getStoreCache(java.lang.String cacheName)
StoreCache
OpenJPAEntityManagerFactory. getStoreCache()
Access the level 2 store cache.StoreCache
OpenJPAEntityManagerFactory. getStoreCache(java.lang.String name)
Access a named level 2 store cache.
-