method
cleanup
v6.1.3.1 -
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 104
def cleanup(**options) # :nodoc:
return super unless cache = local_cache
cache.clear
super
end