return proxyCache.adapter.setCache(co.cacheKey, co)
                    .then(function(){
                        console.log("Saved to adapter cache storage: %s", co.cacheKey);
                    })
                    .catch(function(err){