# File lib/active_support/cache.rb, line 48
      def threadsafe!
        @mutex = Mutex.new
        self.class.send :include, ThreadSafety
        self
      end