Uses of Class
org.springframework.ai.anthropic.AnthropicCacheOptions.Builder
Packages that use AnthropicCacheOptions.Builder
Package
Description
Spring AI integration with Anthropic's Claude models using the official
Anthropic Java SDK.
-
Uses of AnthropicCacheOptions.Builder in org.springframework.ai.anthropic
Methods in org.springframework.ai.anthropic that return AnthropicCacheOptions.BuilderModifier and TypeMethodDescriptionAnthropicCacheOptions.builder()AnthropicCacheOptions.Builder.contentLengthFunction(Function<@Nullable String, Integer> contentLengthFunction) AnthropicCacheOptions.Builder.messageTypeMinContentLength(MessageType messageType, Integer minContentLength) AnthropicCacheOptions.Builder.messageTypeMinContentLengths(Map<MessageType, Integer> messageTypeMinContentLengths) AnthropicCacheOptions.Builder.messageTypeTtl(Map<MessageType, AnthropicCacheTtl> messageTypeTtl) AnthropicCacheOptions.Builder.messageTypeTtl(MessageType messageType, AnthropicCacheTtl ttl) AnthropicCacheOptions.Builder.multiBlockSystemCaching(boolean multiBlockSystemCaching) AnthropicCacheOptions.Builder.strategy(AnthropicCacheStrategy strategy)