Uses of Class
org.springframework.ai.anthropic.api.AnthropicCacheOptions
Packages that use AnthropicCacheOptions
Package
Description
-
Uses of AnthropicCacheOptions in org.springframework.ai.anthropic
Methods in org.springframework.ai.anthropic that return AnthropicCacheOptionsMethods in org.springframework.ai.anthropic with parameters of type AnthropicCacheOptionsModifier and TypeMethodDescriptionAnthropicChatOptions.Builder.cacheOptions(AnthropicCacheOptions cacheOptions) voidAnthropicChatOptions.setCacheOptions(AnthropicCacheOptions cacheOptions) -
Uses of AnthropicCacheOptions in org.springframework.ai.anthropic.api
Fields in org.springframework.ai.anthropic.api declared as AnthropicCacheOptionsMethods in org.springframework.ai.anthropic.api that return AnthropicCacheOptions -
Uses of AnthropicCacheOptions in org.springframework.ai.anthropic.api.utils
Methods in org.springframework.ai.anthropic.api.utils with parameters of type AnthropicCacheOptionsModifier and TypeMethodDescriptionstatic CacheEligibilityResolverCacheEligibilityResolver.from(AnthropicCacheOptions anthropicCacheOptions)