method

inspect

inspect()
public

No documentation available.

# File activesupport/lib/active_support/cache/file_store.rb, line 90
      def inspect # :nodoc:
        "#<#{self.class.name} cache_path=#{@cache_path}, options=#{@options.inspect}>"
      end