This package contains all classes for defining and implementing Most Recently Used (MRU) caches.
Class which provides a generic "Most Recently Used" cache.
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.