mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-22 05:24:18 +02:00
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:
parent
96aa150cf0
commit
b362444ddf
12 changed files with 322 additions and 18 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue