Uses of Interface
org.apache.openjpa.lib.util.Clearable
-
Packages that use Clearable Package Description org.apache.openjpa.datacache OpenJPA Data Cache -
-
Uses of Clearable in org.apache.openjpa.datacache
Subinterfaces of Clearable in org.apache.openjpa.datacache Modifier and Type Interface Description interfaceDataCacheInterface that must be implemented by any level 2 cache used by OpenJPA.Classes in org.apache.openjpa.datacache that implement Clearable Modifier and Type Class Description classAbstractDataCacheAbstractDataCacheimplementation that provides various statistics, logging, and timeout functionality common across cache implementations.classConcurrentDataCacheADataCacheimplementation that is optimized for concurrent access.classDelegatingDataCacheDelegating data cache that can also perform exception translation for use in facades.classPartitionedDataCacheA partitioned data cache maintains a set of partitions that are DataCache themselves.Methods in org.apache.openjpa.datacache with parameters of type Clearable Modifier and Type Method Description protected voidClearableScheduler. evict(Clearable cache)voidClearableScheduler. removeFromSchedule(Clearable clearable)Remove the given Clearable from scheduling.voidClearableScheduler. scheduleEviction(Clearable clearable, java.lang.String times)Schedule the given Clearable for clear to be called.
-