#functoolslru_cache

[ follow ]
JavaScript
fromGrahamdumpleton
16 hours ago

Per-instance lru_cache using wrapt - Graham Dumpleton

wrapt.lru_cache provides a thin wrapper around functools.lru_cache that correctly handles instance methods without changing caching behavior or eviction semantics.
[ Load more ]