Class DiskCacheAdapter.Factory
- java.lang.Object
-
- com.bumptech.glide.load.engine.cache.DiskCacheAdapter.Factory
-
- All Implemented Interfaces:
DiskCache.Factory
- Enclosing class:
- DiskCacheAdapter
public static final class DiskCacheAdapter.Factory extends java.lang.Object implements DiskCache.Factory
Default factory forDiskCacheAdapter.
-
-
Field Summary
-
Fields inherited from interface com.bumptech.glide.load.engine.cache.DiskCache.Factory
DEFAULT_DISK_CACHE_DIR, DEFAULT_DISK_CACHE_SIZE
-
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DiskCachebuild()Returns a new disk cache, ornullif no disk cache could be created.
-
-
-
Method Detail
-
build
public DiskCache build()
Description copied from interface:DiskCache.FactoryReturns a new disk cache, ornullif no disk cache could be created.- Specified by:
buildin interfaceDiskCache.Factory
-
-