supportsPromptCaching property
bool
get
supportsPromptCaching
Whether this provider applies the CacheHints on a request.
Providers that do not implement prompt caching return false and
silently ignore hints. See mcp_llm package docs for the per-
provider default policy when LlmRequest.cacheHints is null.
Implementation
bool get supportsPromptCaching => false;