method
cleanup
v7.1.3.4 -
Show latest stable
- Class:
ActiveSupport::Cache::Strategy::LocalCache
cleanup(options = nil)public
No documentation available.
# File activesupport/lib/active_support/cache/strategy/local_cache.rb, line 85
def cleanup(options = nil) # :nodoc:
return super unless cache = local_cache
cache.clear(options)
super
end