From 7cf8e56608121e0b8950e49b17fd05575fa3f2e8 Mon Sep 17 00:00:00 2001 From: Daniel Norman <1992255+2color@users.noreply.github.com> Date: Tue, 16 Dec 2025 15:49:15 +0100 Subject: [PATCH] Fix typo in Instance Caching documentation --- docs/source/features.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/features.rst b/docs/source/features.rst index badc1fb24..18f1e80e6 100644 --- a/docs/source/features.rst +++ b/docs/source/features.rst @@ -161,7 +161,7 @@ be possible to reach all paths on the remote. Instance Caching ---------------- -In a file-system implementation class is marked as *cachable* (attribute ``.cachable``), +If a file-system implementation class is marked as *cachable* (attribute ``.cachable``), then its instances will get stored in a class attribute, to enable quick look-up instead of needing to regenerate potentially expensive connections and sessions. They key in the cache is a tokenisation of