Home | Trees | Indices | Help |
|
---|
|
|
|||
_LRUCache A cache of values such that least recently used element is flushed when the cache fills. |
|||
_NullCache A NullCache implements the Cache interface (the interface that LRUCache implements), but doesn't store any values. |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
DEFAULT_CACHE_CAPACITY = 1000
|
|||
entityCache = _LRUCache(DEFAULT_CACHE_CAPACITY)
|
|||
abbreviations =
|
|||
pos =
|
|||
token =
|
|||
tokens =
|
|
Set the capacity of the entity cache.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Wed Aug 27 15:08:51 2008 | http://epydoc.sourceforge.net |