Package | Description |
---|---|
org.apache.openjpa.datacache |
OpenJPA Data Cache
OpenJPA's data and query caching frameworks.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DataCache
Interface that must be implemented by any level 2 cache used by
OpenJPA.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDataCache
Abstract
DataCache implementation that provides various
statistics, logging, and timeout functionality common across cache
implementations. |
class |
ConcurrentDataCache
A
DataCache implementation that is optimized for concurrent
access. |
class |
DelegatingDataCache
Delegating data cache that can also perform exception translation for
use in facades.
|
class |
PartitionedDataCache
A partitioned data cache maintains a set of partitions that are DataCache themselves.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ClearableScheduler.evict(Clearable cache) |
void |
ClearableScheduler.removeFromSchedule(Clearable clearable)
Remove the given Clearable from scheduling.
|
void |
ClearableScheduler.scheduleEviction(Clearable clearable,
String times)
Schedule the given Clearable for clear to be called.
|
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.