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