openpathsampling.netcdfplus.cache.NoCache
- class openpathsampling.netcdfplus.cache.NoCache[source]
A virtual cache the contains no elements
Methods
__init__()clear()get(item[, default])get value by key if it exists, None else
get_silent(item[, default])get value by key if it exists, None else
items()transfer(old_cache)Transfer values between caches
Attributes
countthe number of strong references int : the number of weak references
sizethe maximal number of strong references, -1 if infinite int : the maximal number of weak references, -1 if infinite