A CacheMap is a Map that notifies when an entry is evicted.
When an entry is added when at capacity, the least recently used entry will be removed. This callback can be set to be notified with the element and key being evicted, which may be used for disposal.
A CacheMap is a Map that notifies when an entry is evicted.