Package com.bumptech.glide.load.engine.cache
package com.bumptech.glide.load.engine.cache
-
ClassDescriptionAn interface for writing to and reading from a disk cache.An interface for lazily creating a disk cache.An interface to actually write data to a key in the disk cache.A simple class that returns null for all gets and ignores all writes.Default factory for
DiskCacheAdapter.Creates anDiskLruCachebased disk cache in the specified disk cache directory.Interface called out of UI thread to get the cache folder.The default DiskCache implementation.Deprecated.Creates anDiskLruCachebased disk cache in the external disk cache directory, which falls back to the internal disk cache if no external storage is available.Creates anDiskLruCachebased disk cache in the internal disk cache directory.An LRU in memory cache forResources.An interface for adding and removing resources from an in memory cache.An interface that will be called whenever a bitmap is removed from the cache.A simple class that ignores all puts and returns null for all gets.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.Constructs anMemorySizeCalculatorwith reasonable defaults that can be optionally overridden.A class that generates and caches safe and unique string file names fromKeys.
ExternalPreferredCacheDiskCacheFactoryinstead.