This is an LRU cache for Python. Provides a dictionary-like object as well as a method decorator.
4 lines
137 B
Text
4 lines
137 B
Text
LRU cache for python. Provides a dictionary-like object as well
|
|
as a method decorator.
|
|
|
|
WWW: https://pypi.python.org/pypi/py_lru_cache/
|