function groupIterator(cache, action) {
    const group = this.get(action);

    if (group) {
        cache.forEach(item => group.add(item));