# File lib/rack/cache/moneta.rb, line 89
        def purge(key)
          @cache.delete(key)
          nil
        end