disk-cache
Here are 30 public repositories matching this topic...
-
Updated
Oct 6, 2020 - Swift
-
Updated
Aug 10, 2019 - Swift
-
Updated
Sep 30, 2020 - Python
-
Updated
Jun 9, 2020 - Swift
-
Updated
Jul 30, 2019 - Java
-
Updated
Oct 12, 2020
Add Support
-
Updated
Jan 17, 2018 - Java
-
Updated
Sep 30, 2020 - Python
-
Updated
Aug 25, 2018 - JavaScript
-
Updated
Sep 13, 2019 - Java
-
Updated
Aug 25, 2018 - JavaScript
-
Updated
Sep 16, 2018 - Java
Should also be possible to load already stored in the cache original/transformed image.
Add Placeholders
-
Updated
Sep 20, 2018 - Java
-
Updated
Sep 26, 2018 - Swift
-
Updated
May 9, 2018 - PHP
-
Updated
Sep 3, 2020 - Swift
-
Updated
Sep 20, 2018 - Java
-
Updated
Mar 30, 2018 - Rust
-
Updated
Jul 10, 2020 - C++
-
Updated
Oct 8, 2018 - Rust
-
Updated
Sep 21, 2020 - TypeScript
-
Updated
Jul 20, 2020 - TypeScript
-
Updated
Sep 3, 2020 - Swift
-
Updated
Nov 6, 2019 - Kotlin
-
Updated
Jun 21, 2019 - Java
-
Updated
Mar 22, 2018 - JavaScript
Improve this page
Add a description, image, and links to the disk-cache topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the disk-cache topic, visit your repo's landing page and select "manage topics."
I am profiling memory on my app usage and was looking at the built-in
tremMemory(int level)
methods inLruResourceCache
andLruBitmapPool
to see what their behavior is when I invoke them from my application'sonTrimMemory
method. The trim memory levels are documented here.Here is Glide's implementation