AxAIGoogleGeminiCacheResponse type AxAIGoogleGeminiCacheResponse = object ; Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/google-gemini/types.ts#L376
Response from creating/getting a context cache.
Properties
createTime Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/google-gemini/types.ts#L384
When the cache was created (ISO 8601)
displayName? optional displayName : string ; Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/google-gemini/types.ts#L380
Display name
expireTime Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/google-gemini/types.ts#L388
When the cache expires (ISO 8601)
model Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/google-gemini/types.ts#L382
Model associated with the cache
name Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/google-gemini/types.ts#L378
Resource name of the cached content (e.g., “projects/…/locations/…/cachedContents/…”)
updateTime Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/google-gemini/types.ts#L386
When the cache was last updated (ISO 8601)
optional usageMetadata : object ; Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/google-gemini/types.ts#L390
Token count of cached content
totalTokenCount