#
diskcache
Here are 9 public repositories matching this topic...
Android:Files download(REST&URL), Files Cache(DiskCache), Avoid of OOM(AndroidThreadPool)
-
Updated
Apr 18, 2017 - Java
jayvdb
commented
Mar 8, 2020
The LRU after reloading should be the same as beforehand. The tests for PickableLRUCacheBase do not cover this yet.
The LRU flattening also should be optimised.
And it wouldnt hurt to add a test to demonstrate why pickling the LRU as-is, without flattening, fails.
.Net cache framework for connecting to any caches including in memory cache and Redis from dotnet, dotnet-core and Xamarin forms.
redis
json
protobuf
cross-platform
dotnet
cache
msgpack
dotnet-core
xamarin-forms
diskcache
memorycache
inmemory-cache
-
Updated
Apr 23, 2020 - C#
A disk LRU cache api based on https://github.com/JakeWharton/DiskLruCache
-
Updated
Feb 8, 2020 - Java
A simple take at an Image loading library.
-
Updated
Aug 4, 2019 - Kotlin
Improve this page
Add a description, image, and links to the diskcache topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the diskcache topic, visit your repo's landing page and select "manage topics."
https://pypi.org/project/expiringdict/
Instead of ExpirableDictStorage implementation, replacing dict to expringdict looks simpler and reasonable