class Ivar::ProjectRoot

def initialize

def initialize
  @cache = {}
  @mutex = Mutex.new
end