From 639ce6425cf5d0e30639bbb03ad19dafbe3efd31 Mon Sep 17 00:00:00 2001 From: Jen Agarwal <109815410+Jenverse@users.noreply.github.com> Date: Mon, 16 Jun 2025 12:50:20 -0400 Subject: [PATCH] Update view-edit-cache.md updated the delete functionality a little bit and also changed the name of "configuration" underser configuration page to match what we have now i.e. general --- content/operate/rc/langcache/view-edit-cache.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/content/operate/rc/langcache/view-edit-cache.md b/content/operate/rc/langcache/view-edit-cache.md index a069750f56..04c49aedd7 100644 --- a/content/operate/rc/langcache/view-edit-cache.md +++ b/content/operate/rc/langcache/view-edit-cache.md @@ -24,7 +24,7 @@ Select your LangCache service from the list to view the service's details. The **Configuration** tab lets you view the details of your LangCache service. It contains the following sections: - The **Connectivity** section provides the connection details for your LangCache service. -- The **Configuration** section provides the cache settings for your LangCache service. +- The **General** section provides the cache settings for your LangCache service. - The **Actions** section lets you flush or delete your LangCache service. ### Connectivity @@ -41,9 +41,9 @@ The **Connectivity** section provides the connection details for your LangCache Select the **Copy** button next to each value to copy them to the clipboard. See [use the LangCache API]({{< relref "/operate/rc/langcache/use-langcache" >}}) for more information on how to use these values. -### Configuration +### General -The **Configuration** section provides configuration details for your LangCache service. +The **General** section provides configuration details for your LangCache service. | Setting name |Description| |:----------------------|:----------| @@ -82,7 +82,7 @@ Flushing the cache is permanent and cannot be undone, and will result in cache m ### Delete service -Deleting your LangCache service permanently deletes all associated cached data, the service configuration, and the LangCache search index. It also immediately terminates all API keys associated with the service. However, your database and other database data will not be deleted. +Deleting your LangCache service permanently deletes all associated cached data, the service configuration, and the LangCache search index. It also immediately terminates all API keys associated with the service. Data stored in other indexes within the same database will remain unaffected. To delete your LangCache service: @@ -92,4 +92,4 @@ To delete your LangCache service: 1. Select **Delete** again to confirm. -Deleting the LangCache service is permanent and cannot be undone. \ No newline at end of file +Deleting the LangCache service is permanent and cannot be undone.