Class FsCache
Declaration
class FsCache
source linkMethods
▷ def __init__(self, cache_dir, version) ▷ def ensure(self, input_data, data_type, constructor, wait_on_collision=True) ▷ def ensure_by_file(self, filename, data_type, constructor, wait_on_collision=True) ▷ def get(self, input_data, data_type, constructor)
Reexports