# File lib/active_support/cache/file_store.rb, line 6
      def initialize(cache_path)
        @cache_path = cache_path
      end