openpathsampling.netcdfplus.cache.NoCache

class openpathsampling.netcdfplus.cache.NoCache[source]

A virtual cache the contains no elements

__init__()[source]

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

count

the number of strong references int : the number of weak references

size

the maximal number of strong references, -1 if infinite int : the maximal number of weak references, -1 if infinite