com.bumptech.glide.load.engine.cache
Interface DiskCache.Factory

All Known Implementing Classes:
InternalCacheDiskCacheFactory
Enclosing interface:
DiskCache

public static interface DiskCache.Factory

An interface for lazily creating a disk cache.


Method Summary
 DiskCache build()
          Returns a new disk cache, or null if no disk cache could be created.
 

Method Detail

build

DiskCache build()
Returns a new disk cache, or null if no disk cache could be created.