public class TotalSizeLruDiskUsage extends LruDiskUsage
DiskUsage that uses LRU (Least Recently Used) strategy and trims cache size to max size if needed.| 构造器和说明 |
|---|
TotalSizeLruDiskUsage(long maxSize) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected boolean |
accept(java.io.File file,
long totalSize,
int totalCount) |
touchprotected boolean accept(java.io.File file,
long totalSize,
int totalCount)
accept 在类中 LruDiskUsage