class ActiveSupport::Cache::FileStore

def inspect # :nodoc:

:nodoc:
def inspect # :nodoc:
  "#<#{self.class.name} cache_path=#{@cache_path}, options=#{@options.inspect}>"
end