com.bumptech.glide.load.engine.cache
Class InternalCacheDiskCacheFactory

java.lang.Object
  extended by com.bumptech.glide.load.engine.cache.DiskLruCacheFactory
      extended by com.bumptech.glide.load.engine.cache.InternalCacheDiskCacheFactory
All Implemented Interfaces:
DiskCache.Factory

public final class InternalCacheDiskCacheFactory
extends DiskLruCacheFactory

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
InternalCacheDiskCacheFactory(Context context)
           
InternalCacheDiskCacheFactory(Context context, int diskCacheSize)
           
InternalCacheDiskCacheFactory(Context context, String diskCacheName, int diskCacheSize)
           
 
Method Summary
 
Methods inherited from class com.bumptech.glide.load.engine.cache.DiskLruCacheFactory
build
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InternalCacheDiskCacheFactory

public InternalCacheDiskCacheFactory(Context context)

InternalCacheDiskCacheFactory

public InternalCacheDiskCacheFactory(Context context,
                                     int diskCacheSize)

InternalCacheDiskCacheFactory

public InternalCacheDiskCacheFactory(Context context,
                                     String diskCacheName,
                                     int diskCacheSize)