trumully / dynamo

Discord bot for personal use
The Unlicense
0 stars 1 forks source link

Streamline caching #3

Closed trumully closed 2 weeks ago

trumully commented 2 weeks ago

Feature Description

Currently caching is a bit all over the place. There should only really need to be caching types like LRU, TTL, etc, inheriting from a generic cache class or protocol.

Implementation

Additional Context

No response