module ActiveSupport::Cache::Strategy::LocalCache
def cleanup(options = nil) # :nodoc:
def cleanup(options = nil) # :nodoc: local_cache.clear(options) if local_cache super end
def cleanup(options = nil) # :nodoc: local_cache.clear(options) if local_cache super end