-
- All Implemented Interfaces:
-
com.facebook.cache.disk.EntryEvictionComparatorSupplier
public class ScoreBasedEvictionComparatorSupplier implements EntryEvictionComparatorSupplier
Evicts cache items based on a mix of their size and timestamp.
-
-
Constructor Summary
Constructors Constructor Description ScoreBasedEvictionComparatorSupplier(float ageWeight, float sizeWeight)
-
Method Summary
Modifier and Type Method Description EntryEvictionComparatorget()-
-
Method Detail
-
get
EntryEvictionComparator get()
-
-
-
-