We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e8b5fd commit 29deceaCopy full SHA for 29decea
README.md
@@ -47,6 +47,7 @@ Well, actually not. This lib is based on ```functools```. Please find below the
47
|LRU (Least Recently Used) as caching algorithm|✔️|✔️|
48
|LFU (Least Frequently Used) as caching algorithm|No support|✔️|
49
|FIFO (First In First Out) as caching algorithm|No support|✔️|
50
+|Extensibility for new caching algorithms|No support|✔️|
51
|TTL (Time-To-Live) support|No support|✔️|
52
|Support for unhashable arguments (dict, list, etc.)|No support|✔️|
53
|Partial cache clearing|No support|Pending implementation in v0.3.x|
0 commit comments