-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Perhaps nice to offer a slightly more robust in-memory store to use? I say more robust as I assume that one of the concerns with using a simply dictionary is that it could blow up in size memory-size if the number of keys grew out of control. The cachetools.CacheTTL
implementation is actually a TLRU implementation so that could be a good thing to use.
Metadata
Metadata
Assignees
Labels
No labels