method
cache
v1.1.6 -
Show latest stable
- Class:
ActionView::Helpers::CacheHelper
cache(name = {}, &block)public
No documentation available.
# File actionpack/lib/action_view/helpers/cache_helper.rb, line 5
def cache(name = {}, &block)
@controller.cache_erb_fragment(block, name)
end