Uses of Record Class
com.google.adk.agents.ContextCacheConfig
Packages that use ContextCacheConfig
-
Uses of ContextCacheConfig in com.google.adk.agents
Methods in com.google.adk.agents that return types with arguments of type ContextCacheConfigModifier and TypeMethodDescriptionInvocationContext.contextCacheConfig()Returns the context cache configuration for the current agent run.Methods in com.google.adk.agents with parameters of type ContextCacheConfigModifier and TypeMethodDescriptionInvocationContext.Builder.contextCacheConfig(ContextCacheConfig contextCacheConfig) Sets the context cache configuration for the current agent run. -
Uses of ContextCacheConfig in com.google.adk.apps
Methods in com.google.adk.apps that return ContextCacheConfigMethods in com.google.adk.apps with parameters of type ContextCacheConfigModifier and TypeMethodDescriptionApp.Builder.contextCacheConfig(ContextCacheConfig contextCacheConfig) -
Uses of ContextCacheConfig in com.google.adk.runner
Constructors in com.google.adk.runner with parameters of type ContextCacheConfigModifierConstructorDescriptionprotectedRunner(BaseAgent agent, String appName, BaseArtifactService artifactService, BaseSessionService sessionService, BaseMemoryService memoryService, List<? extends Plugin> plugins, EventsCompactionConfig eventsCompactionConfig, ContextCacheConfig contextCacheConfig) Deprecated.
Runner.Builderinstead.