On 09 Apr 2014, at 00:51, Stephan Eggermont <step...@stack.nl> wrote:
> "When #totalWeight is no longer below #maximumWeight, the least recently used > item of the cache is evicted (removed) to make room. „ is not part of the > Cache behavior, but of LRUCache. Yes, you are correct: how room is made available and how it is decided which entry to remove is subclass behaviour, but the fact that the cache is limited using an abstract concept of weight is not.