trumully / dynamo

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

Refactor caching #4

Closed trumully closed 2 weeks ago

trumully commented 2 weeks ago

Resolves #3

Caching is a lot safer and simpler to understand now. functools can be used if we want to cache regular functions. Right now there is no need for TTL caching so that will not be needed for now.