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