module ActiveSupport::Cache::Strategy::LocalCache
def write_entry(key, entry, options) # :nodoc:
def write_entry(key, entry, options) # :nodoc: local_cache.write_entry(key, entry, options) if local_cache super end
def write_entry(key, entry, options) # :nodoc: local_cache.write_entry(key, entry, options) if local_cache super end