# File lib/active_support/cache/memory_store.rb, line 33
      def clear
        @data.clear
      end