Interface DiskCache.Factory

    • Field Detail

      • DEFAULT_DISK_CACHE_SIZE

        static final int DEFAULT_DISK_CACHE_SIZE
        250 MB of cache.
        See Also:
        Constant Field Values
      • DEFAULT_DISK_CACHE_DIR

        static final java.lang.String DEFAULT_DISK_CACHE_DIR
        See Also:
        Constant Field Values
    • Method Detail

      • build

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