Trees | Indices | Help |
|
---|
|
A simple least-recently-used cache, with a fixed maximum size. Note that an item's memory will not necessarily be free if other code maintains a reference to it, but this class will "lose track" of it all the same. Without caution, this can lead to duplicate items in memory simultaneously.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Class Variables | |
synchronized =
|
|
__hook_post_buildbot_util_LRUCache_add__ =
|
|
__hook_post_buildbot_util_LRUCache_get__ =
|
|
__hook_pre_buildbot_util_LRUCache_add__ =
|
|
__hook_pre_buildbot_util_LRUCache_get__ =
|
Class Variable Details |
__hook_post_buildbot_util_LRUCache_add__
|
__hook_post_buildbot_util_LRUCache_get__
|
__hook_pre_buildbot_util_LRUCache_add__
|
__hook_pre_buildbot_util_LRUCache_get__
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Oct 29 10:00:43 2010 | http://epydoc.sourceforge.net |