instance method
clear_cache
Ruby on Rails 5.2.8.1
Since v3.0.20Signature
clear_cache()
No documentation comment.
Source
# File actionview/lib/action_view/template/resolver.rb, line 140
def clear_cache
@cache.clear
end
Defined in actionview/lib/action_view/template/resolver.rb line 140
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionView::Resolver