Uses of Enum Class
org.springframework.ai.anthropic.AnthropicCacheTtl
Packages that use AnthropicCacheTtl
Package
Description
Spring AI integration with Anthropic's Claude models using the official
Anthropic Java SDK.
-
Uses of AnthropicCacheTtl in org.springframework.ai.anthropic
Methods in org.springframework.ai.anthropic that return AnthropicCacheTtlModifier and TypeMethodDescriptionstatic AnthropicCacheTtlReturns the enum constant of this class with the specified name.static AnthropicCacheTtl[]AnthropicCacheTtl.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.ai.anthropic that return types with arguments of type AnthropicCacheTtlMethods in org.springframework.ai.anthropic with parameters of type AnthropicCacheTtlModifier and TypeMethodDescriptionAnthropicCacheOptions.Builder.messageTypeTtl(MessageType messageType, AnthropicCacheTtl ttl) Method parameters in org.springframework.ai.anthropic with type arguments of type AnthropicCacheTtlModifier and TypeMethodDescriptionAnthropicCacheOptions.Builder.messageTypeTtl(Map<MessageType, AnthropicCacheTtl> messageTypeTtl) voidAnthropicCacheOptions.setMessageTypeTtl(Map<MessageType, AnthropicCacheTtl> messageTypeTtl) Constructor parameters in org.springframework.ai.anthropic with type arguments of type AnthropicCacheTtlModifierConstructorDescriptionCacheEligibilityResolver(AnthropicCacheStrategy cacheStrategy, Map<MessageType, AnthropicCacheTtl> messageTypeTtl, Map<MessageType, Integer> messageTypeMinContentLengths, Function<@Nullable String, Integer> contentLengthFunction, Set<MessageType> cacheEligibleMessageTypes)