- get(String) - Method in class com.bumptech.glide.disklrucache.DiskLruCache
-
Returns a snapshot of the entry named key, or null if it doesn't
exist is not currently readable.
- getDirectory() - Method in class com.bumptech.glide.disklrucache.DiskLruCache
-
Returns the directory where this cache stores its data.
- getFile(int) - Method in class com.bumptech.glide.disklrucache.DiskLruCache.Editor
-
- getFile(int) - Method in class com.bumptech.glide.disklrucache.DiskLruCache.Value
-
- getLength(int) - Method in class com.bumptech.glide.disklrucache.DiskLruCache.Value
-
Returns the byte length of the value for index.
- getMaxSize() - Method in class com.bumptech.glide.disklrucache.DiskLruCache
-
Returns the maximum number of bytes that this cache should use to store
its data.
- getString(int) - Method in class com.bumptech.glide.disklrucache.DiskLruCache.Editor
-
Returns the last committed value as a string, or null if no value
has been committed.
- getString(int) - Method in class com.bumptech.glide.disklrucache.DiskLruCache.Value
-
Returns the string value for index.