Skip to content

JobCache.group

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 str

The name of the cache group.