Flowdock
method

inspect

Importance_0
v5.0.0.1 - Show latest stable - 0 notes - Class: Cache
inspect() public

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/template/resolver.rb, line 58
      def inspect
        "#<#{self.class.name}:0x#{(object_id << 1).to_s(16)} keys=#{@data.size} queries=#{@query_cache.size}>"
      end
Register or log in to add new notes.