Search couldn’t load. Try searching again.
Where would you like to start?
↑ ↓ to move · Enter to open · Esc to close
def JobCache.group(name: str) -> JobCache
You can nest caches in a hierarchical manner using groups. Groups are separated by a forward slash (/) in the key. This hierarchical structure functions similarly to a file system.
name
The name of the cache group.