Ask a question to get started
Enter to send•Shift+Enter new line
cache_get( key: str, ) -> Any | None
Get a value from the cache.
Returns the deserialized value, or None if the key is missing or expired.
None
Requires Agent Server runtime version 0.7.29 or later.