A C D E F G I O R S
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- abort() - Method in class com.bumptech.glide.disklrucache.DiskLruCache.Editor
-
Aborts this edit.
- abortUnlessCommitted() - Method in class com.bumptech.glide.disklrucache.DiskLruCache.Editor
C
- close() - Method in class com.bumptech.glide.disklrucache.DiskLruCache
-
Closes this cache.
- com.bumptech.glide.disklrucache - package com.bumptech.glide.disklrucache
- commit() - Method in class com.bumptech.glide.disklrucache.DiskLruCache.Editor
-
Commits this edit so it is visible to readers.
D
- delete() - Method in class com.bumptech.glide.disklrucache.DiskLruCache
-
Closes the cache and deletes all of its stored values.
- DiskLruCache - Class in com.bumptech.glide.disklrucache
-
A cache that uses a bounded amount of space on a filesystem.
- DiskLruCache.Editor - Class in com.bumptech.glide.disklrucache
-
Edits the values for an entry.
- DiskLruCache.Value - Class in com.bumptech.glide.disklrucache
-
A snapshot of the values for an entry.
E
- edit() - Method in class com.bumptech.glide.disklrucache.DiskLruCache.Value
-
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.
- edit(String) - Method in class com.bumptech.glide.disklrucache.DiskLruCache
-
Returns an editor for the entry named
key, or null if another edit is in progress.
F
- flush() - Method in class com.bumptech.glide.disklrucache.DiskLruCache
-
Force buffered operations to the filesystem.
G
- 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.
I
- isClosed() - Method in class com.bumptech.glide.disklrucache.DiskLruCache
-
Returns true if this cache has been closed.
O
- open(File, int, int, long) - Static method in class com.bumptech.glide.disklrucache.DiskLruCache
-
Opens the cache in
directory, creating a cache if none exists there.
R
- remove(String) - Method in class com.bumptech.glide.disklrucache.DiskLruCache
-
Drops the entry for
keyif it exists and can be removed.
S
- set(int, String) - Method in class com.bumptech.glide.disklrucache.DiskLruCache.Editor
-
Sets the value at
indextovalue. - setMaxSize(long) - Method in class com.bumptech.glide.disklrucache.DiskLruCache
-
Changes the maximum number of bytes the cache can store and queues a job to trim the existing store, if necessary.
- size() - Method in class com.bumptech.glide.disklrucache.DiskLruCache
-
Returns the number of bytes currently being used to store the values in this cache.
All Classes All Packages