AxAIGoogleGeminiCacheResponse type AxAIGoogleGeminiCacheResponse = object ; Defined in: https://github.com/ax-llm/ax/blob/7965c876f6a5b641e0cf166e8942e540cfde65e1/src/ax/ai/google-gemini/types.ts#L371
Response from creating/getting a context cache.
Properties
createTime Defined in: https://github.com/ax-llm/ax/blob/7965c876f6a5b641e0cf166e8942e540cfde65e1/src/ax/ai/google-gemini/types.ts#L379
When the cache was created (ISO 8601)
displayName? optional displayName : string ; Defined in: https://github.com/ax-llm/ax/blob/7965c876f6a5b641e0cf166e8942e540cfde65e1/src/ax/ai/google-gemini/types.ts#L375
Display name
expireTime Defined in: https://github.com/ax-llm/ax/blob/7965c876f6a5b641e0cf166e8942e540cfde65e1/src/ax/ai/google-gemini/types.ts#L383
When the cache expires (ISO 8601)
model Defined in: https://github.com/ax-llm/ax/blob/7965c876f6a5b641e0cf166e8942e540cfde65e1/src/ax/ai/google-gemini/types.ts#L377
Model associated with the cache
name Defined in: https://github.com/ax-llm/ax/blob/7965c876f6a5b641e0cf166e8942e540cfde65e1/src/ax/ai/google-gemini/types.ts#L373
Resource name of the cached content (e.g., “projects/…/locations/…/cachedContents/…”)
updateTime Defined in: https://github.com/ax-llm/ax/blob/7965c876f6a5b641e0cf166e8942e540cfde65e1/src/ax/ai/google-gemini/types.ts#L381
When the cache was last updated (ISO 8601)
optional usageMetadata : object ; Defined in: https://github.com/ax-llm/ax/blob/7965c876f6a5b641e0cf166e8942e540cfde65e1/src/ax/ai/google-gemini/types.ts#L385
Token count of cached content
totalTokenCount