# File lib/moneta/redis.rb, line 30
    def delete(key)
      value = @cache[key]
      @cache.delete(key) if value
      value
    end