def JobCache.__iter__() -> Iterator[str]

List all available keys in a job cache group. Only keys that are direct children of the current group are returned. For nested groups, first access the group and then iterate over its keys.