Name | Description |
---|---|
cache | The cache to set the content into. If None, the cache is ignored. Type: AbstractCache | None |
key | The key to set the content into. Type: str |
content | The message content to set into the cache. Type: str | list[dict[str, typing.Any] | str] | None |
*extra_values | Additional values to be passed to the cache. |