Skip to content

Instantly share code, notes, and snippets.

@shikto1
Last active May 28, 2020 14:44
Show Gist options
  • Select an option

  • Save shikto1/e1934b2e7fb90be161a5c00a5a1464b5 to your computer and use it in GitHub Desktop.

Select an option

Save shikto1/e1934b2e7fb90be161a5c00a5a1464b5 to your computer and use it in GitHub Desktop.
val cacheSize = (10 x 1024 x 1024).toLong() // 10 MB
val cache = Cache(context.cacheDir, cacheSize)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment