Uses of Class
com.jakewharton.disklrucache.DiskLruCache.Editor

Uses of DiskLruCache.Editor in com.jakewharton.disklrucache
 

Methods in com.jakewharton.disklrucache that return DiskLruCache.Editor
 DiskLruCache.Editor DiskLruCache.Snapshot.edit()
          Returns an editor for this snapshot's entry, or null if either the entry has changed since this snapshot was created or if another edit is in progress.
 DiskLruCache.Editor DiskLruCache.edit(String key)
          Returns an editor for the entry named key, or null if another edit is in progress.
 



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