clearToolArgsPreviewCache method

void clearToolArgsPreviewCache()

Implementation

void clearToolArgsPreviewCache() {
  ToolArgsDeltaService.clearPreviewCache(
    toolIdByName: toolArgsPreviewToolIdByName,
    previewsById: toolArgsPreviewContentsById,
    titlesById: toolArgsPreviewTitlesById,
    rawBuffersById: _toolArgsDeltaBuffers,
  );
  toolArgsPreviewToolIdByName.refresh();
  toolArgsPreviewContentsById.refresh();
  toolArgsPreviewTitlesById.refresh();
}