# File lib/vendor/fssm/cache.rb, line 19
    def with_lock
      @mutex.lock
      yield
      @mutex.unlock
    end