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 CacheMap
ConcurrentDataCache. getCacheMap()
Returns the underlyingCacheMap
that this cache is using.CacheMap
ConcurrentQueryCache. getCacheMap()
Returns the underlyingCacheMap
that this cache is using.protected CacheMap
ConcurrentDataCache. newCacheMap()
Return the map to use as an internal cache; entry expirations must invokeAbstractDataCache.keyRemoved(java.lang.Object, boolean)
.protected CacheMap
ConcurrentQueryCache. newCacheMap()
Return the map to use as an internal cache.
-