-
Updated
Aug 12, 2020 - C#
cachemanager
Here are 54 public repositories matching this topic...
-
Updated
Oct 12, 2020 - Clojure
@shaypal5 I'm submitting this PR to hopefully make cachier a bit more usable with long-running functions.
I had noticed that the recursion pattern in wait_on_entry_calc
was causing the issues I was seeing in #24. I changed the implementation here, and ran a few test cases on a project I was working on.
For short-running functions, nothing breaks. The cache gets loaded correctly, and the
-
Updated
Oct 15, 2020 - Objective-C
-
Updated
Oct 3, 2020 - Dart
-
Updated
Apr 30, 2020 - Java
-
Updated
Jan 9, 2020 - Ruby
-
Updated
Oct 18, 2020 - C#
-
Updated
Jul 5, 2018 - PHP
-
Updated
Dec 22, 2017 - Java
-
Updated
Jun 1, 2020 - Kotlin
-
Updated
Jul 7, 2020
-
Updated
Apr 10, 2019 - JavaScript
-
Updated
Oct 6, 2020 - Python
-
Updated
Nov 13, 2018 - Kotlin
-
Updated
Dec 18, 2019 - C#
-
Updated
Jan 9, 2019 - Python
-
Updated
Jul 17, 2020 - TypeScript
-
Updated
Dec 11, 2019 - C#
-
Updated
Jun 28, 2019 - C#
Improve this page
Add a description, image, and links to the cachemanager topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cachemanager topic, visit your repo's landing page and select "manage topics."
When using SimpleMemoryBackend, should be important set the max size of internal dict
an idea is use an algorithm to select what to do when dict is "full", remove last element, first, random, rlu ...