Uses of Class
org.springframework.ai.google.genai.cache.CachedContentUpdateRequest
Packages that use CachedContentUpdateRequest
-
Uses of CachedContentUpdateRequest in org.springframework.ai.google.genai.cache
Methods in org.springframework.ai.google.genai.cache that return CachedContentUpdateRequestMethods in org.springframework.ai.google.genai.cache with parameters of type CachedContentUpdateRequestModifier and TypeMethodDescriptionGoogleGenAiCachedContentService.update
(String name, CachedContentUpdateRequest request) Updates cached content with new TTL or expiration.GoogleGenAiCachedContentService.updateAsync
(String name, CachedContentUpdateRequest request) Asynchronously updates cached content with new TTL or expiration.