Searched refs:cacheSize (Results 1 – 3 of 3) sorted by relevance
55 val cacheSize = 50 * 1024 * 1024 // 50 MiB constant57 return Cache(directory, cacheSize.toLong())
303 val cacheSize = maxMemory / 16 constant in host.exp.exponent.ExponentManifest304 memoryCache = object : LruCache<String, Bitmap>(cacheSize) {
819 val cacheSize = 50 * 1024 * 1024 // 50 MiB in <lambda>() constant820 return Cache(getCacheDirectory(context), cacheSize.toLong()) in <lambda>()