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