##// END OF EJS Templates
util: add an LRU cache dict...
util: add an LRU cache dict In certain cases we would like to have a cache of the last N results of a given computation, where N is small. This will be used in an upcoming patch to increase the size of the manifest cache from 1 to 3.

File last commit:

r1360:7d439981 default
r18603:2251b318 default
Show More
__init__.py
1 line | 14 B | text/x-python | PythonLexer
# placeholder