transforms_util
autogen.agentchat.contrib.capabilities.transforms_util.cache_content_get
cache_content_get
Retrieves cachedd content from the cache.
Parameters:Name | Description |
---|---|
cache | The cache to retrieve the content from. If None, the cache is ignored. Type: autogen.cache.abstract_cache_base.AbstractCache | None |
key | The key to retrieve the content from. Type: str |