Skip to content

Commit 29decea

Browse files
committed
update readme
1 parent 3e8b5fd commit 29decea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ Well, actually not. This lib is based on ```functools```. Please find below the
4747
|LRU (Least Recently Used) as caching algorithm|✔️|✔️|
4848
|LFU (Least Frequently Used) as caching algorithm|No support|✔️|
4949
|FIFO (First In First Out) as caching algorithm|No support|✔️|
50+
|Extensibility for new caching algorithms|No support|✔️|
5051
|TTL (Time-To-Live) support|No support|✔️|
5152
|Support for unhashable arguments (dict, list, etc.)|No support|✔️|
5253
|Partial cache clearing|No support|Pending implementation in v0.3.x|

0 commit comments

Comments
 (0)