Package buildbot :: Package util :: Module lru
[frames] | no frames]

Module lru

source code

Classes
  LRUCache
A least-recently-used cache, with a fixed maximum size.
  AsyncLRUCache
An LRU cache with asynchronous locking to ensure that in the common case of multiple concurrent requests for the same key, only one fetch is performed.
Variables
  inv_failed = False
  __package__ = 'buildbot.util'