Resource: CacheConfig
Config of GenAI caching features. This is a singleton resource.
name
string
Identifier. name of the cache config. Format: - projects/{project}/cacheConfig
.
disableCache
boolean
If set to true, disables GenAI caching. Otherwise caching is enabled.
JSON representation |
---|
{ "name": string, "disableCache": boolean } |
Methods |
|
---|---|
|
Gets a GenAI cache config. |
|
Updates a cache config. |