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(@Nullable AnthropicCacheOptions cacheOptions) static CacheEligibilityResolverCacheEligibilityResolver.from(AnthropicCacheOptions cacheOptions) Constructors in org.springframework.ai.anthropic with parameters of type AnthropicCacheOptionsModifierConstructorDescriptionprotectedAnthropicChatOptions(@Nullable String baseUrl, @Nullable String apiKey, @Nullable String model, @Nullable Duration timeout, @Nullable Integer maxRetries, @Nullable Proxy proxy, @Nullable Map<String, String> customHeaders, @Nullable Integer maxTokens, @Nullable com.anthropic.models.messages.Metadata metadata, @Nullable List<String> stopSequences, @Nullable Double temperature, @Nullable Double topP, @Nullable Integer topK, @Nullable com.anthropic.models.messages.ToolChoice toolChoice, @Nullable com.anthropic.models.messages.ThinkingConfigParam thinking, @Nullable Boolean disableParallelToolUse, @Nullable List<ToolCallback> toolCallbacks, @Nullable Map<String, Object> toolContext, @Nullable List<AnthropicCitationDocument> citationDocuments, @Nullable AnthropicCacheOptions cacheOptions, @Nullable com.anthropic.models.messages.OutputConfig outputConfig, @Nullable Map<String, String> httpHeaders, @Nullable AnthropicSkillContainer skillContainer, @Nullable String inferenceGeo, @Nullable AnthropicWebSearchTool webSearchTool, @Nullable AnthropicServiceTier serviceTier) -
Uses of AnthropicCacheOptions in org.springframework.ai.model.anthropic.autoconfigure
Methods in org.springframework.ai.model.anthropic.autoconfigure that return AnthropicCacheOptions