CosmosDBCacheName | Description |
---|---|
seed | Type: str | int |
cosmosdb_config | Type: CosmosDBConfig |
Name | Description |
---|---|
seed | Type: str | int |
cosmosdb_config | Type: CosmosDBConfig |
Name | Description |
---|---|
seed | Type: str | int |
cosmosdb_config | Type: CosmosDBConfig |
Name | Description |
---|---|
seed | Type: str | int |
connection_string | Type: str |
database_id | Type: str |
container_id | Type: str |
Name | Description |
---|---|
seed | Type: str | int |
client | Type: CosmosClient |
database_id | Type: str |
container_id | Type: str |
Name | Description |
---|---|
key | The key identifying the item in the cache. Type: str |
default | The default value to return if the key is not found. Type: Any | None Default: None |
Type | Description |
---|---|
Any | None | The deserialized value associated with the key if found, else the default value. |
Name | Description |
---|---|
key | The key under which the item is to be stored. Type: str |
value | The value to be stored in the cache. Type: Any |