| CacheAttributeController | This interface is management-related. |
| CacheCapacityEvent | This class represents an event produced by the cache when its size has been
changed. |
| CacheCapacityEventListener | It represents a listener of CacheCapacityEvent produced by a CacheManager
when the cache is resized. |
| CacheEntry | Defines the interface for management of entries held in the cache. |
| CacheEntryFactory | Interface for the CacheEntry factory
(see GoF's Abstract Factory pattern.)
|
| CacheEvent | Defines the interface template for CacheEvent
implementation. |
| CacheEventListener | This interface is to be implemented at the applicative level, to
ensure an appropriate management of objects held in cache. |
| CacheManager | This interface is the functional (applicative) view for the Caching
Service. |
| FixableCacheEntry | It represents a cache entry which can be fix or unfix. |
| UnbindManager | This interface is used by the replacement manager to evict
an instance from the cache. |