method
clear
v2.3.8 -
Show latest stable
- Class:
ActiveSupport::Cache::Strategy::LocalCache
clear()public
No documentation available.
# File activesupport/lib/active_support/cache/strategy/local_cache.rb, line 89
def clear
local_cache.clear if local_cache
super
end