Description
LRU cache decorators from newer Python versions can be used in Python 2.7 code. This backport helps legacy applications cache function results with the familiar functools.lru_cache API.
It is imported by applications and libraries, not opened directly. Cache behavior can affect memory use and stale data, so choose cache sizes deliberately.