MCPcopy Create free account
hub / github.com/Project-MONAI/MONAI / reset_cache

Method reset_cache

monai/data/csv_saver.py:120–122  ·  view source on GitHub ↗

Clear the cache dictionary content

(self)

Source from the content-addressed store, hash-verified

118 return self._cache_dict
119
120 def reset_cache(self) -> None:
121 """Clear the cache dictionary content"""
122 self._cache_dict.clear()

Callers 1

finalizeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected