Flowdock
method

cache_message

Importance_0
v5.2.3 - Show latest stable - 0 notes - Class: ActionView::LogSubscriber
cache_message(payload) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionview/lib/action_view/log_subscriber.rb, line 77
    def cache_message(payload) # :doc:
      case payload[:cache_hit]
      when :hit
        "[cache hit]"
      when :miss
        "[cache miss]"
      end
    end
Register or log in to add new notes.