} else if (typeof timeoutRes === 'object') {
                                touch.call(this, key, timeoutRes.ttl || this.cache[key].ttl, timeoutRes.callback || callback);
                            } else if (cbRes !== false && timeoutRes !== false) {
                                remove.call(this, key);
                                removed++;