Details
Assignee
Sean CorfieldSean CorfieldReporter
Michael FogusMichael FogusPriority
Minor
Details
Details
Assignee
Sean Corfield
Sean CorfieldReporter
Michael Fogus
Michael FogusPriority
Created December 8, 2011 at 8:38 PM
Updated September 2, 2022 at 3:03 PM
The
evict
method in the ProtocolCache needs implementation forLIRSCache
. I will start initially with a single key eviction method to start. Theevict
method would form the basis for the associativedissoc
which in turn forms the basis for proper limited seeding. LIRS poses an additional complication due to its dual limit lists. Currently only theBasicCache
impl hasevict
.