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