# File lib/needle/lifecycle/multiton.rb, line 31
      def initialize_element
        @mutex = QueryableMutex.new
        @cached = Hash.new
        @is_cached = Hash.new( false )
      end