Evaluate switch to LRU cache
Opened this issue · 2 comments
ethanblake4 commented
Use DiskLRUCache as candidate. Managing our own cache is complicated and not very safe. Using LRU cache would also allow continuous eviction.
ethanblake4 commented
Advantage of rolling our own is that we can use our own importance function. Is this possible with LRU cache?
ethanblake4 commented
Also we don't want to delete tracks that are in the library... not sure how this could be accomplished...