fromDiskLruCache

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

Create a Cache from a DiskLruCache

Sources

androidJvm source
Link copied to clipboard