class ActiveSupport::Cache::Store

def write_entry(key, entry, options) # :nodoc:

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