class Ivar::ProjectRoot

def clear_cache

Clear the cache (mainly for testing)
def clear_cache
  @mutex.synchronize { @cache.clear }
end