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 TypeInterfaceDescriptioninterfaceInterface that must be implemented by any level 2 cache used by OpenJPA.Classes in org.apache.openjpa.datacache that implement ClearableModifier and TypeClassDescriptionclassAbstractDataCacheimplementation that provides various statistics, logging, and timeout functionality common across cache implementations.classADataCacheimplementation that is optimized for concurrent access.classDelegating data cache that can also perform exception translation for use in facades.classA 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 voidvoidClearableScheduler.removeFromSchedule(Clearable clearable) Remove the given Clearable from scheduling.voidClearableScheduler.scheduleEviction(Clearable clearable, String times) Schedule the given Clearable for clear to be called.