Ben D

Results 1 issues of Ben D

The LlamaDiskCache tried to implement LRU logic, but did not succeed. __getitem__ did a pop() from the cache, but no push (that was commented out). This results in a miss-hit-miss-hit-......