Open
Description
Evaluate how switching @cachedmethod
to a descriptor based implementation could improve usability, especially regarding the use of cache
, cache_key
, etc. attributes, ultimately adding a sensible cache_info
implementation.
See https://github.com/tkem/cachetools/tree/dev/cachedmethod-descriptors for work in progress...