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