resetCache static method
void
resetCache()
Reset cached project (useful for testing)
Implementation
static void resetCache() {
_cachedProject = null;
}
Reset cached project (useful for testing)
static void resetCache() {
_cachedProject = null;
}