docs/javadoc/reference/com/facebook/cache/disk/DiskCacheConfig.html
|
|
Summary: Nested Classes | Protected Ctors | Methods | Inherited Methods | [Expand All]
public class
extends Object
| java.lang.Object | | ↳ | com.facebook.cache.disk.DiskCacheConfig |
Configuration class for a DiskStorageCache.
| Nested Classes |
|---|
| class |
| Protected Constructors |
|---|
| Public Methods |
|---|
| String |
| Supplier<File> |
| CacheErrorLogger |
| CacheEventListener |
| Context |
| long |
| DiskTrimmableRegistry |
| EntryEvictionComparatorSupplier |
| boolean |
| long |
| long |
| int |
| static DiskCacheConfig.Builder |
| Create a new builder. |
| [Expand] Inherited Methods | | --- | | From class java.lang.Object
| Object | clone() | | boolean | equals(Object arg0) | | void | finalize() | | final Class<?> | getClass() | | int | hashCode() | | final void | notify() | | final void | notifyAll() | | String | toString() | | final void | wait(long arg0, int arg1) | | final void | wait(long arg0) | | final void | wait() |
|
Create a new builder.
| context | If this is null, you must explicitly call setBaseDirectoryPath(File) or setBaseDirectoryPathSupplier(Supplier) or the config won't know where to physically locate the cache. |
+Generated by Doclava. +