method
clear
v4.2.9 -
Show latest stable
- Class:
ActiveSupport::Cache::Strategy::LocalCache
clear(options = nil)public
No documentation available.
# File activesupport/lib/active_support/cache/strategy/local_cache.rb, line 77
def clear(options = nil) # :nodoc:
local_cache.clear(options) if local_cache
super
end