Uses of Class
com.jakewharton.disklrucache.DiskLruCache

Uses of DiskLruCache in com.jakewharton.disklrucache
 

Methods in com.jakewharton.disklrucache that return DiskLruCache
static DiskLruCache DiskLruCache.open(File directory, int appVersion, int valueCount, long maxSize)
          Opens the cache in directory, creating a cache if none exists there.
 



Copyright © 2012-2013 Jake Wharton. All Rights Reserved.