From 75068df2e8cf41f1ee67a5609ae1639f390550c2 Mon Sep 17 00:00:00 2001 From: Andrey Sobolev Date: Fri, 23 Jan 2026 13:37:11 +0300 Subject: [PATCH] Add missing double quote in runtime considerations guide --- guides/object_cache/runtime_considerations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/object_cache/runtime_considerations.md b/guides/object_cache/runtime_considerations.md index 0487e78275..4eb959a8ae 100644 --- a/guides/object_cache/runtime_considerations.md +++ b/guides/object_cache/runtime_considerations.md @@ -64,4 +64,4 @@ pp result.context[:object_cache] If you need to manually clear the cache for a query, pass `context: { refresh_object_cache: true, ... }`. This will cause the `ObjectCache` to remove the already-cached result (if there was one), reassess the query for cache validity, and return a freshly-executed result. -Usually, this shouldn't be necessary; making sure objects update their {% internal_link "cache fingerprints", "/object_cache/schema_setup.html#object-fingerprint" %} will cause entries to expire when they should be re-executed. See also {% internal_link "Schema fingerprint", "/object_cache/schema_setup.html#schema-fingerprint %} for expiring _all_ results in the cache. +Usually, this shouldn't be necessary; making sure objects update their {% internal_link "cache fingerprints", "/object_cache/schema_setup.html#object-fingerprint" %} will cause entries to expire when they should be re-executed. See also {% internal_link "Schema fingerprint", "/object_cache/schema_setup.html#schema-fingerprint" %} for expiring _all_ results in the cache.