public static interface LRUStorageManagedDirectory.DeleteHandler
| Modifier and Type | Method and Description |
|---|---|
void |
onFileDeleted(java.io.File file,
boolean deleteSuccessful) |
boolean |
shouldDelete(java.io.File file) |
boolean shouldDelete(java.io.File file)
file - the file this class is planning to delete.void onFileDeleted(java.io.File file,
boolean deleteSuccessful)
file - the file this class attempted to delete.deleteSuccessful - true if the file was successfully deleted, false if the delete failed.