A
C
D
E
F
G
I
O
R
S
G
- get(String) - function in com.bumptech.glide.disklrucache.DiskLruCache
- Returns a snapshot of the entry named
{@code key}, or null if it doesn'texist is not currently readable. - getDirectory() - function in com.bumptech.glide.disklrucache.DiskLruCache
- Returns the directory where this cache stores its data.
- getFile(int) - function in com.bumptech.glide.disklrucache.DiskLruCache.Value
- getFile(int) - function in com.bumptech.glide.disklrucache.DiskLruCache.Editor
- getLength(int) - function in com.bumptech.glide.disklrucache.DiskLruCache.Value
- Returns the byte length of the value for
{@code index}. - getMaxSize() - function in com.bumptech.glide.disklrucache.DiskLruCache
- Returns the maximum number of bytes that this cache should use to storeits data.
- getString(int) - function in com.bumptech.glide.disklrucache.DiskLruCache.Value
- Returns the string value for
{@code index}. - getString(int) - function in com.bumptech.glide.disklrucache.DiskLruCache.Editor
- Returns the last committed value as a string, or null if no valuehas been committed.