package

com.facebook.common.disk

Abstractions useful for trim data from the DiskCache

Interfaces

DiskTrimmable Any class that uses a lot of disk space and should implement this interface. 
DiskTrimmableRegistry A class which keeps a list of other classes to be notified of system disk events. 

Classes

NoOpDiskTrimmableRegistry Implementation of DiskTrimmableRegistry that does not do anything.