Searched defs:cache (Results 1 – 2 of 2) sorted by relevance
20 private var cache = mutableMapOf<Any, Any>() variable22 data class Backup(val cache: MutableMap<Any, Any>) constant in android.tools.common.Cache.Backup
167 it.outputStream().use { cache -> in readAssetAsFile() method