Language

Package: python-pylru @ 1.2.0

Synopsis

Least recently used (LRU) cache implementation

Description

Pylru implements a true LRU cache along with several support classes. Pylru provides a cache class with a simple dict interface. It also provides classes to wrap any object that has a dict interface with a cache. Both write-through and write-back semantics are supported. Pylru also provides classes to wrap functions in a similar way, including a function decorator.

Home page
https://github.com/jlhutch/pylru
Location
gnu/packages/python-xyz.scm (line: 11818, column: 2)
License

Lint warnings

LinterMessageLocation
No lint warnings