yt.fido.ParameterFileStore.__init__

ParameterFileStore.__init__(in_memory=False)

This class is designed to be a semi-persistent storage for parameter files. By identifying each parameter file with a unique hash, objects can be stored independently of parameter files – when an object is loaded, the parameter file is as well, based on the hash. For storage concerns, only a few hundred will be retained in cache.

This Page