instance method
clear
Ruby on Rails 2.3.18
Since v2.3.18 Last seen in v2.3.18Signature
clear()
No documentation comment.
Source
# File activesupport/lib/active_support/cache/strategy/local_cache.rb, line 88
def clear
local_cache.clear if local_cache
super
end
Defined in activesupport/lib/active_support/cache/strategy/local_cache.rb line 88
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Cache::Strategy::LocalCache