listCachedContent

fun listCachedContent(pageSize: Int = 1000, pageToken: String? = null): CachedContentList

Retrieves a list of cached content entries.

Return

A CachedContentList containing the list of cached content entries.

Parameters

pageSize

The maximum number of entries to return, default is 1000.

pageToken

An optional token for pagination, used to fetch the next set of results.