Uses of Class
org.apache.openjpa.util.CacheMap
-
Uses of CacheMap in org.apache.openjpa.datacache
Modifier and TypeMethodDescriptionConcurrentDataCache.getCacheMap()
Returns the underlyingCacheMap
that this cache is using.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.