Class InternalCacheDiskCacheFactory
java.lang.Object
com.bumptech.glide.load.engine.cache.DiskLruCacheFactory
com.bumptech.glide.load.engine.cache.InternalCacheDiskCacheFactory
- All Implemented Interfaces:
DiskCache.Factory
Creates an
DiskLruCache based disk cache in the internal
disk cache directory.-
Nested Class Summary
Nested classes/interfaces inherited from class com.bumptech.glide.load.engine.cache.DiskLruCacheFactory
DiskLruCacheFactory.CacheDirectoryGetter -
Field Summary
Fields inherited from interface com.bumptech.glide.load.engine.cache.DiskCache.Factory
DEFAULT_DISK_CACHE_DIR, DEFAULT_DISK_CACHE_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionInternalCacheDiskCacheFactory(Context context) InternalCacheDiskCacheFactory(Context context, long diskCacheSize) InternalCacheDiskCacheFactory(Context context, String diskCacheName, long diskCacheSize) -
Method Summary
Methods inherited from class com.bumptech.glide.load.engine.cache.DiskLruCacheFactory
build
-
Constructor Details
-
InternalCacheDiskCacheFactory
-
InternalCacheDiskCacheFactory
-
InternalCacheDiskCacheFactory
-