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