Uses of Interface
org.apache.openjpa.datacache.DataCachePCData
-
Uses of DataCachePCData in org.apache.openjpa.datacache
Modifier and TypeMethodDescriptionReturn the cached object for the given oid.protected abstract DataCachePCData
AbstractDataCache.getInternal
(Object oid) Return the object for the given oid.protected DataCachePCData
ConcurrentDataCache.getInternal
(Object key) AbstractDataCache.put
(DataCachePCData data) DataCache.put
(DataCachePCData value) Set the cached value for the given instance.DelegatingDataCache.put
(DataCachePCData value) protected abstract DataCachePCData
AbstractDataCache.putInternal
(Object oid, DataCachePCData pc) Add the given object to the cache, returning the old object under the given oid.protected DataCachePCData
ConcurrentDataCache.putInternal
(Object key, DataCachePCData pc) Remove the value stored under the given oid.protected abstract DataCachePCData
AbstractDataCache.removeInternal
(Object oid) Remove the object under the given oid from the cache.protected DataCachePCData
ConcurrentDataCache.removeInternal
(Object key) Modifier and TypeMethodDescriptionReturns the objects for the given key List.Gets objects from the caches for a given list of keys.Modifier and TypeMethodDescriptionAbstractDataCache.put
(DataCachePCData data) DataCache.put
(DataCachePCData value) Set the cached value for the given instance.DelegatingDataCache.put
(DataCachePCData value) protected abstract DataCachePCData
AbstractDataCache.putInternal
(Object oid, DataCachePCData pc) Add the given object to the cache, returning the old object under the given oid.protected DataCachePCData
ConcurrentDataCache.putInternal
(Object key, DataCachePCData pc) void
AbstractDataCache.update
(DataCachePCData data) void
DataCache.update
(DataCachePCData value) Update the cached value for the given instance.void
DelegatingDataCache.update
(DataCachePCData value) Modifier and TypeMethodDescriptionvoid
AbstractDataCache.commit
(Collection<DataCachePCData> additions, Collection<DataCachePCData> newUpdates, Collection<DataCachePCData> existingUpdates, Collection<Object> deletes) void
DataCache.commit
(Collection<DataCachePCData> additions, Collection<DataCachePCData> newUpdates, Collection<DataCachePCData> existingUpdates, Collection<Object> deletes) Perform a batch update of the cache.void
DelegatingDataCache.commit
(Collection<DataCachePCData> additions, Collection<DataCachePCData> newUpdates, Collection<DataCachePCData> existingUpdates, Collection<Object> deletes) protected void
AbstractDataCache.putAllInternal
(Collection<DataCachePCData> pcs) Add all of the given objects to the cache.