org.sape.carbon.services.cache.mru |
This package contains all classes for defining and implementing
Most Recently Used (MRU) caches.
|
Java Source File Name | Type | Comment |
AbstractMRUCache.java | Class | Class which provides a generic "Most Recently Used" cache. |
BaseMRUCacheConfiguration.java | Interface | The configuration interface for the DefaultMRUCacheImpl implementation. |
DefaultMRUCacheImpl.java | Class | |
MRUCache.java | Interface | This interface represents caches that hold a limited number of items
and remove older items or items that haven't been accessed in a while
to make room for new items. |
MRUCacheConfiguration.java | Interface | |
MRUCacheDataLoader.java | Interface | |
MultiGetMRUCache.java | Class | This class extends the AbstractMRUCache to add multi-get functionality. |
MultiGetMRUCacheConfiguration.java | Interface | |
MultiGetMRUCacheDataLoader.java | Interface | |