LRU cache decorator


Version: 1.1
Category:
Scripts
Python
Requirements:
Seller:
Price:
-
System:
Rating:
4.7
License:

Description - LRU cache decorator



One-line decorator call adds caching to functions with hashable arguments and no keyword arguments. When the maximum size is reached, the least recently used entry is discarded -- appropriate for long-running Processes which cannot allow caches to grow without bound. Includes built-in performance instrumentation.



More in Python-LRU cache decorator

Cache Cache Decorator Lru Cache Decorator