# File lib/merb-cache/stores/strategy/abstract_strategy_store.rb, line 105
    def delete(key, parameters = {})
      raise NotImplementedError
    end