MCPcopy Create free account
hub / github.com/Kitware/VTK / ClearCache

Method ClearCache

IO/IOSS/vtkIOSSReaderInternal.h:134–134  ·  view source on GitHub ↗

@{ * Cache related API. */

Source from the content-addressed store, hash-verified

132 * Cache related API.
133 */
134 void ClearCache() { this->Cache.Clear(); }
135 void ResetCacheAccessCounts() { this->Cache.ResetAccessCounts(); }
136 void ClearCacheUnused() { this->Cache.ClearUnused(); }
137 ///@}

Callers 6

SetCachingMethod · 0.45
SetElementAndSideIdsMethod · 0.45
ReadMeshMethod · 0.45
SetRemoveUnusedPointsMethod · 0.45
ReadMeshMethod · 0.45

Calls 1

ClearMethod · 0.45

Tested by

no test coverage detected