# File lib/vendor/fssm/cache.rb, line 117
  def initialize
    @mutex = Mutex.new
    super
  end