| Interface | Description |
|---|---|
| CacheControllerMBean | |
| ManageableCache |
A cache which needs to be managed by CacheManager needs to implement this interface.
|
| ManageableCacheValue |
A cache which needs to be managed by a CacheManager should have values which implement this interface.
|
| Class | Description |
|---|---|
| CacheController | |
| CacheManager |
Cache Manager takes care and maintains an LRU cache which implements ManageableCache Interface.
|
Copyright © 2005–2019 Apache Software Foundation. All rights reserved.