Cache.prototype.time = function (key) {
  var value = this.store[key]
  return value ? value.time : null
}