JavaScript
fromGrahamdumpleton
16 hours agoPer-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.