fromDiskLruCache

fun Cache.Companion.fromDiskLruCache(diskLruCache: DiskLruCache): Cache<String, String>

Create a Cache from a DiskLruCache

Sources

(source)
Link copied to clipboard