Class GoogleGenAiCachedContentService.CachedContentPage
java.lang.Object
org.springframework.ai.google.genai.cache.GoogleGenAiCachedContentService.CachedContentPage
- Enclosing class:
GoogleGenAiCachedContentService
Result of listing cached content with pagination support.
- Since:
- 1.1.0
- Author:
- Dan Dobrin
-
Constructor Summary
ConstructorsConstructorDescriptionCachedContentPage(List<GoogleGenAiCachedContent> contents, String nextPageToken) -
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Constructor Details
-
CachedContentPage
-
-
Method Details
-
getContents
-
getNextPageToken
-
hasNextPage
public boolean hasNextPage()
-