Uses of Interface
org.apache.openjpa.lib.util.Clearable
Packages that use Clearable
-
Uses of Clearable in org.apache.openjpa.datacache
Subinterfaces of Clearable in org.apache.openjpa.datacacheModifier and TypeInterfaceDescriptioninterface
Interface that must be implemented by any level 2 cache used by OpenJPA.Classes in org.apache.openjpa.datacache that implement ClearableModifier and TypeClassDescriptionclass
AbstractDataCache
implementation that provides various statistics, logging, and timeout functionality common across cache implementations.class
ADataCache
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.Methods in org.apache.openjpa.datacache with parameters of type ClearableModifier and TypeMethodDescriptionprotected void
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.