Trees | Indices | Help |
|
---|
|
object --+ | LRUCache
A least-recently-used cache, with a fixed maximum size.
See buildbot manual for more information.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
Class Variables | |
sentinel = object()
|
|
QUEUE_SIZE_FACTOR = 10
|
Properties | |
cache | |
hits | |
max_queue | |
max_size | |
miss_fn | |
misses | |
queue | |
refcount | |
refhits | |
weakrefs | |
Inherited from |
Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Nov 21 16:22:48 2012 | http://epydoc.sourceforge.net |