Uses of Class
org.apache.openjpa.datacache.AbstractDataCache
-
Packages that use AbstractDataCache Package Description org.apache.openjpa.datacache OpenJPA Data Cache -
-
Uses of AbstractDataCache in org.apache.openjpa.datacache
Subclasses of AbstractDataCache in org.apache.openjpa.datacache Modifier and Type Class Description class
ConcurrentDataCache
ADataCache
implementation that is optimized for concurrent access.class
PartitionedDataCache
A partitioned data cache maintains a set of partitions that are DataCache themselves.
-