Description
Least-recently-used cache behavior can be embedded in Python applications with a small data structure. Developers use pylru for memoization, bounded caches, resource reuse, and performance experiments. Cached values may retain private data longer than expected.