Uses of Class
org.springframework.ai.google.genai.cache.CachedContentRequest
Packages that use CachedContentRequest
-
Uses of CachedContentRequest in org.springframework.ai.google.genai.cache
Methods in org.springframework.ai.google.genai.cache that return CachedContentRequestMethods in org.springframework.ai.google.genai.cache with parameters of type CachedContentRequestModifier and TypeMethodDescriptionGoogleGenAiCachedContentService.create
(CachedContentRequest request) Creates cached content from the given request.GoogleGenAiCachedContentService.createAsync
(CachedContentRequest request) Asynchronously creates cached content from the given request.