class ActiveSupport::Cache::Store

def delete_entry(key, options) # :nodoc:

:nodoc:
implement this method.
Delete an entry from the cache implementation. Subclasses must
def delete_entry(key, options) # :nodoc:
  raise NotImplementedError.new
end