[issue28178] allow to cache_clear(some_key) in lru_cache

Raymond Hettinger report at bugs.python.org
Sat Sep 17 14:24:17 EDT 2016


Raymond Hettinger added the comment:

FYI, here is a starting point for rolling your own variants.  The OrderedDict makes this effortless.  http://pastebin.com/LDwMwtp8

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28178>
_______________________________________


More information about the Python-bugs-list mailing list