method
cleanup
v3.0.9 -
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 86
def cleanup(options = nil) # :nodoc:
local_cache.clear(options) if local_cache
super
end