Add storage backend documentation (#2137)

* Add storage backend documentation

* Add storage patterns documentation for wrapper caching strategies

- Add PassthroughCacheWrapper section for multi-tier caching
- Document TTL clamping strategy for optimized memory usage
- Add example for wrapping custom storage implementations
- Explain how to combine fast in-memory caches with persistent remote stores

* Update docs
This commit is contained in:
Jeremiah Lowin 2025-10-19 19:24:13 -04:00 committed by GitHub
commit b362444ddf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 322 additions and 18 deletions

View file

@ -107,15 +107,16 @@
"group": "Advanced Features",
"icon": "stars",
"pages": [
"servers/icons",
"servers/context",
"servers/proxy",
"servers/composition",
"servers/context",
"servers/elicitation",
"servers/icons",
"servers/logging",
"servers/middleware",
"servers/progress",
"servers/proxy",
"servers/sampling",
"servers/middleware"
"servers/storage-backends"
]
},
{