docs/javadoc/reference/com/facebook/common/disk/DiskTrimmable.html
|
|
Summary: Methods | [Expand All]
public interface
| com.facebook.common.disk.DiskTrimmable |
| Known Indirect Subclasses
| DiskStorageCache | Cache that manages disk storage. | | FileCache | Interface that caches based on disk should implement. |
|
Any class that uses a lot of disk space and should implement this interface.
| Public Methods |
|---|
| abstract void |
| Called when there is very little disk space left. |
| abstract void |
| Called when there is almost no disk space left and the app is likely to crash soon |
Called when there is very little disk space left.
Called when there is almost no disk space left and the app is likely to crash soon
+Generated by Doclava. +