# File lib/active_support/cache/memory_store.rb, line 4
      def initialize
        @data = {}
      end