public class

DefaultEntryEvictionComparatorSupplier

extends Object
implements EntryEvictionComparatorSupplier
java.lang.Object
   ↳ com.facebook.cache.disk.DefaultEntryEvictionComparatorSupplier

Class Overview

Sorts entries by date of the last access, evicting old ones first

Summary

Public Constructors
DefaultEntryEvictionComparatorSupplier()
Public Methods
EntryEvictionComparator get()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.facebook.cache.disk.EntryEvictionComparatorSupplier

Public Constructors

public DefaultEntryEvictionComparatorSupplier ()

Public Methods

public EntryEvictionComparator get ()