MemoizationStatus is the status of this memoized node
Name | Type | Description | Notes |
---|---|---|---|
cache_name | str | Cache is the name of the cache that was used | |
hit | bool | Hit indicates whether this node was created from a cache entry | |
key | str | Key is the name of the key used for this node's cache |