method

cache_hits

cache_hits()
public

No documentation available.

# File actionview/lib/action_view/renderer/renderer.rb, line 50
    def cache_hits # :nodoc:
      @cache_hits ||= {}
    end