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