Skip to content
This repository was archived by the owner on Oct 15, 2018. It is now read-only.
This repository was archived by the owner on Oct 15, 2018. It is now read-only.

Need a way to purge the DiskCache. #35

Description

@bkhall

Add the following method to the BitmapLruCache class:

public void purgeDiskCache() {
    try {
        mDiskCache.delete();
    } catch (IOException ex) {
        ex.printStackTrace();
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions