instance method
clear_cache
Ruby on Rails 8.0.4
Since v7.0.10Signature
clear_cache()
No documentation comment.
Source
# File actionview/lib/action_view/template/resolver.rb, line 101
def clear_cache
@unbound_templates.clear
@path_parser = PathParser.new
super
end
Defined in actionview/lib/action_view/template/resolver.rb line 101
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionView::FileSystemResolver