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