Interface DiskCache.Factory
- All Known Implementing Classes:
DiskCacheAdapter.Factory,DiskLruCacheFactory,ExternalCacheDiskCacheFactory,ExternalPreferredCacheDiskCacheFactory,InternalCacheDiskCacheFactory
- Enclosing interface:
- DiskCache
public static interface DiskCache.Factory
An interface for lazily creating a disk cache.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
DEFAULT_DISK_CACHE_SIZE
static final int DEFAULT_DISK_CACHE_SIZE250 MB of cache.- See Also:
-
DEFAULT_DISK_CACHE_DIR
- See Also:
-
-
Method Details
-
build
Returns a new disk cache, ornullif no disk cache could be created.
-