public abstract class LruDiskUsage extends java.lang.Object implements DiskUsage
DiskUsage that uses LRU (Least Recently Used) strategy to trim cache.| Constructor and Description |
|---|
LruDiskUsage() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract boolean |
accept(java.io.File file,
long totalSize,
int totalCount) |
void |
touch(java.io.File file) |