| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Clearable | |
|---|---|
| org.apache.openjpa.datacache | OpenJPA Data Cache | 
| Uses of Clearable in org.apache.openjpa.datacache | 
|---|
| Subinterfaces of Clearable in org.apache.openjpa.datacache | |
|---|---|
|  interface | DataCacheInterface that must be implemented by any level 2 cache used by OpenJPA. | 
| Classes in org.apache.openjpa.datacache that implement Clearable | |
|---|---|
|  class | AbstractDataCacheAbstract DataCacheimplementation that provides various
 statistics, logging, and timeout functionality common across cache
 implementations. | 
|  class | ConcurrentDataCacheA DataCacheimplementation that is optimized for concurrent
 access. | 
|  class | DelegatingDataCacheDelegating data cache that can also perform exception translation for use in facades. | 
|  class | PartitionedDataCacheA partitioned data cache maintains a set of partitions that are DataCache themselves. | 
| Methods in org.apache.openjpa.datacache with parameters of type Clearable | |
|---|---|
| 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. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||