DiskLruCache from android tutorial is missing lots of methods.
Here is the disk cache tutorial I'm following. I've downloaded the source code to DiskLruCache but none of the methods used in this example exist in the source code. http://developer.android.com/training/displaying-bitmaps/cache-bitmap.html#disk-cache Do I need to implement these methods myself or is there a version of DiskLruCache that I'm missing somewhere? Here is the complete implementation of DiskLruCache . First download DiskLruCache.java from AOSP. Here is my DiskCache.java a helper class for basic cache operations. /** * Created by Babar on 12-Aug-15. */ public class DiskCache {