See: Description
| Interface | Description | 
|---|---|
| Cache | 
 Abstraction for a Caching mechanism. 
 | 
| Cache.EntryListener | 
 Interface describing callback methods, which are invoked when changes are made in the underlying cache. 
 | 
| Class | Description | 
|---|---|
| AbstractCacheAdapter<L> | 
 Abstract implementation of the Cache interface which makes it easier to implement Adapters. 
 | 
| Cache.EntryListenerAdapter | 
 Adapter implementation for the EntryListener, allowing for overriding only specific callback methods. 
 | 
| EhCacheAdapter | 
 Cache implementation that delegates all calls to an EhCache instance. 
 | 
| JCacheAdapter | 
 Cache adapter implementation that allows providers implementing the JCache abstraction to be used. 
 | 
| NoCache | 
 Cache implementation that does absolutely nothing. 
 | 
| WeakReferenceCache | 
 Cache implementation that keeps values in the cache until the garbage collector has removed them. 
 | 
Copyright © 2010–2023. All rights reserved.