from Disk Lru Cache
fun Cache.Companion.fromDiskLruCache(diskLruCache: DiskLruCache): Cache<String, String>
Content copied to clipboard
Create a Cache from a DiskLruCache
Sources
androidJvm source
Link copied to clipboard