Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.bumptech.glide.load.engine.cache Classes and Interfaces - 14 results found.
NameDescriptionTypePackageFramework
DiskCacheAn interface for writing to and reading from a disk cache.Interfacecom.bumptech.glide.load.engine.cacheGlide
DiskCache .FactoryAn interface for lazily creating a disk cache.Interfacecom.bumptech.glide.load.engine.cacheGlide
DiskCache .WriterAn interface to actually write data to a key in the disk cache.Interfacecom.bumptech.glide.load.engine.cacheGlide
DiskCacheAdapterA simple class that returns null for all gets and ignores all writes.Classcom.bumptech.glide.load.engine.cacheGlide
DiskLruCacheFactoryCreates an DiskLruCache based disk cache in the specified disk cache If you need to make I/O access before returning the cache directory useClasscom.bumptech.glide.load.engine.cacheGlide
DiskLruCacheFactory .CacheDirectoryGetterInterfacecom.bumptech.glide.load.engine.cacheGlide
DiskLruCacheWrapperThe default DiskCache implementation.Classcom.bumptech.glide.load.engine.cacheGlide
ExternalCacheDiskCacheFactoryCreates an DiskLruCache based disk cache in the external disk cache Images can be read by everyone when using external disk cache.Classcom.bumptech.glide.load.engine.cacheGlide
InternalCacheDiskCacheFactoryClasscom.bumptech.glide.load.engine.cacheGlide
LruResourceCacheAn LRU in memory cache for Resources.Classcom.bumptech.glide.load.engine.cacheGlide
MemoryCacheAn interface for adding and removing resources from an in memory cache.Interfacecom.bumptech.glide.load.engine.cacheGlide
MemoryCache .ResourceRemovedListenerAn interface that will be called whenever a bitmap is removed from the cache.Interfacecom.bumptech.glide.load.engine.cacheGlide
MemoryCacheAdapterA simple class that ignores all puts and returns null for all gets.Classcom.bumptech.glide.load.engine.cacheGlide
MemorySizeCalculatorA calculator that tries to intelligently determine cache sizes for a given device based on some constants and the devices screen density, width, and height.Classcom.bumptech.glide.load.engine.cacheGlide