A
C
D
E
F
G
I
O
R
S
E
- edit(String) - function in com.bumptech.glide.disklrucache.DiskLruCache
- Returns an editor for the entry named
{@code key}, or null if anotheredit is in progress. - edit() - function in com.bumptech.glide.disklrucache.DiskLruCache.Value
- Returns an editor for this snapshot's entry, or null if either theentry has changed since this snapshot was created or if another editis in progress.
- experimentalOpen(File,int,int,long,boolean) - function in com.bumptech.glide.disklrucache.DiskLruCache
- Opens the cache in
{@code directory}, creating a cache if none exists there, with explicitcontrol over path name memoization.