Uses of Class
org.springframework.ai.anthropic.AnthropicCacheOptions
Packages that use AnthropicCacheOptions
Package
Description
Spring AI integration with Anthropic's Claude models using the official
Anthropic Java SDK.
-
Uses of AnthropicCacheOptions in org.springframework.ai.anthropic
Methods in org.springframework.ai.anthropic that return AnthropicCacheOptionsModifier and TypeMethodDescriptionAnthropicCacheOptions.Builder.build()static AnthropicCacheOptionsAnthropicCacheOptions.disabled()Returns a new disabled cache options instance with strategyNONE.AnthropicChatOptions.getCacheOptions()Methods in org.springframework.ai.anthropic with parameters of type AnthropicCacheOptionsModifier and TypeMethodDescriptionAnthropicChatOptions.AbstractBuilder.cacheOptions(AnthropicCacheOptions cacheOptions) static CacheEligibilityResolverCacheEligibilityResolver.from(AnthropicCacheOptions cacheOptions) voidAnthropicChatOptions.setCacheOptions(AnthropicCacheOptions cacheOptions)