# File lib/merb-cache/stores/fundamental/abstract_store.rb, line 38
  def write(key, data = nil, parameters = {}, conditions = {})
    raise NotImplementedError
  end