Uses of Class
org.apache.openjpa.util.CacheMap
-
Packages that use CacheMap Package Description org.apache.openjpa.datacache OpenJPA Data Cache -
-
Uses of CacheMap in org.apache.openjpa.datacache
Methods in org.apache.openjpa.datacache that return CacheMap Modifier and Type Method Description CacheMapConcurrentDataCache. getCacheMap()Returns the underlyingCacheMapthat this cache is using.CacheMapConcurrentQueryCache. getCacheMap()Returns the underlyingCacheMapthat this cache is using.protected CacheMapConcurrentDataCache. newCacheMap()Return the map to use as an internal cache; entry expirations must invokeAbstractDataCache.keyRemoved(java.lang.Object, boolean).protected CacheMapConcurrentQueryCache. newCacheMap()Return the map to use as an internal cache.
-