-
interface
Interface that must be implemented by any level 2 cache used by
OpenJPA.
class
Abstract
DataCache
implementation that provides various
statistics, logging, and timeout functionality common across cache
implementations.
class
A
DataCache
implementation that is optimized for concurrent
access.
class
Delegating data cache that can also perform exception translation for
use in facades.
class
A partitioned data cache maintains a set of partitions that are DataCache themselves.
protected void
void
Remove the given Clearable from scheduling.
void
Schedule the given Clearable for clear to be called.