| 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 of and maintains an LRU cache which implements ManageableCache Interface.
|
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.