datasetops.cache¶
Module Contents¶
-
class
datasetops.cache.Cache(path)¶ -
DEFAULT_PATH:str = .datasetops_cache¶
-
static
clear(path: str = None)¶
-
__load_database(self)¶
-
__save_database(self)¶
-
__cache_file_path(self, cache_id)¶
-
is_cached(self, identifier)¶
-
save(self, identifier, saver: Callable[[IO], bool])¶
-
create_stream(self, identifier)¶
-