# File lib/action_view/template/resolver.rb, line 38 def clear_cache @cached.clear end
Normalizes the arguments and passes it on to find_template.
# File lib/action_view/template/resolver.rb, line 43 def find_all(name, prefix=nil, partial=false, details={}, key=nil, locals=[]) cached(key, [name, prefix, partial], details, locals) do find_templates(name, prefix, partial, details) end end
Generated with the Darkfish Rdoc Generator 2.