Package com.bumptech.glide.load.engine.cache

Types

Link copied to clipboard
interface DiskCache
An interface for writing to and reading from a disk cache.
Link copied to clipboard
open class DiskCacheAdapter : DiskCache
A simple class that returns null for all gets and ignores all writes.
Link copied to clipboard
open class DiskLruCacheFactory : DiskCache.Factory
Creates an com.bumptech.glide.disklrucache.
Link copied to clipboard
open class DiskLruCacheWrapper : DiskCache
The default DiskCache implementation.
Link copied to clipboard
Creates an com.bumptech.glide.disklrucache.
Link copied to clipboard
Creates an com.bumptech.glide.disklrucache.
Link copied to clipboard
class InternalCacheDiskCacheFactory : DiskLruCacheFactory
Creates an com.bumptech.glide.disklrucache.
Link copied to clipboard
open class LruResourceCache : LruCache<T, Y> , MemoryCache
An LRU in memory cache for com.bumptech.glide.load.engine.Resources.
Link copied to clipboard
interface MemoryCache
An interface for adding and removing resources from an in memory cache.
Link copied to clipboard
open class MemoryCacheAdapter : MemoryCache
A simple class that ignores all puts and returns null for all gets.
Link copied to clipboard
class MemorySizeCalculator
A calculator that tries to intelligently determine cache sizes for a given device based on some constants and the devices screen density, width, and height.
Link copied to clipboard
open class SafeKeyGenerator
A class that generates and caches safe and unique string file names from s.