``` var gRequest = cachedRequest({ url: photoFetch.data.results, ttl: 1000 * 60 * 10 //1 minutes }).on("error", function(err) { console.log(err); }); gRequest.pipe(res); ``` Cached file does not seem to be deleting automatically. I am doing it wrong?.