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

@ -3,6 +3,7 @@ title: Upgrade Guide
sidebarTitle: Upgrade Guide
description: Migration instructions for upgrading between FastMCP versions
icon: up
tag: NEW
---
This guide provides migration instructions for breaking changes and major updates when upgrading between FastMCP versions.