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