fastmcp/docs/python-sdk/fastmcp-utilities-cache.mdx
2025-06-20 12:59:11 -05:00

30 lines
284 B
Text

---
title: cache
sidebarTitle: cache
---
# `fastmcp.utilities.cache`
## Classes
### `TimedCache`
**Methods:**
#### `set`
```python
set(self, key: Any, value: Any) -> None
```
#### `get`
```python
get(self, key: Any) -> Any
```
#### `clear`
```python
clear(self) -> None
```