Trees | Indices | Help |
|
---|
|
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__ =
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Nov 21 16:22:42 2012 | http://epydoc.sourceforge.net |