ExternalCacheDiskCacheFactory
Creates an com.bumptech.glide.disklrucache.DiskLruCache based disk cache in the external disk cache directory.
Images can be read by everyone when using external disk cache.
Deprecated
use ExternalPreferredCacheDiskCacheFactory instead.
Constructors
Link copied to clipboard
Link copied to clipboard
open fun ExternalCacheDiskCacheFactory(context: Context, diskCacheSize: Int)
Content copied to clipboard
Link copied to clipboard
open fun ExternalCacheDiskCacheFactory( context: Context, diskCacheName: String, diskCacheSize: Int)
Content copied to clipboard