A
C
D
E
F
G
I
O
R
S
S
- set(int,String) - function in com.bumptech.glide.disklrucache.DiskLruCache.Editor
- Sets the value at
{@code index}to{@code value}. - setMaxSize(long) - function in com.bumptech.glide.disklrucache.DiskLruCache
- Changes the maximum number of bytes the cache can store and queues a jobto trim the existing store, if necessary.
- size() - function in com.bumptech.glide.disklrucache.DiskLruCache
- Returns the number of bytes currently being used to store the values inthis cache.