FastMCP home page
FastMCP
  • jlowin/fastmcp
  • jlowin/fastmcp
  • Documentation
  • Community
  • SDK Reference
    • exceptions
    • settings
    fastmcp.cli
    • __init__
    • claude
    • cli
    • run
    fastmcp.client
    • __init__
    • auth
    • client
    • logging
    • oauth_callback
    • progress
    • roots
    • sampling
    • transports
    fastmcp.prompts
    • __init__
    • prompt
    • prompt_manager
    fastmcp.resources
    • __init__
    • resource
    • resource_manager
    • template
    • types
    fastmcp.server
    • __init__
    • auth
    • context
    • dependencies
    • http
    • middleware
    • openapi
    • proxy
    • Fastmcp server server
    fastmcp.tools
    • __init__
    • tool
    • tool_manager
    • Fastmcp tools tool transform
    fastmcp.utilities
    • __init__
    • cache
    • components
    • exceptions
    • http
    • json_schema
    • logging
    • mcp_config
    • openapi
    • types

    cache

    ​
    fastmcp.utilities.cache

    ​
    Classes

    ​
    TimedCache

    Methods:

    ​
    set

    Copy
    Ask AI
    set(self, key: Any, value: Any) -> None
    

    ​
    get

    Copy
    Ask AI
    get(self, key: Any) -> Any
    

    ​
    clear

    Copy
    Ask AI
    clear(self) -> None
    
    __init__components
    blueskygithubx
    Powered by Mintlify
    On this page
    • fastmcp.utilities.cache
    • Classes
    • TimedCache
    • set
    • get
    • clear
    Assistant
    Responses are generated using AI and may contain mistakes.