clearInstances method
void
clearInstances()
Removes all cached instances, preseving definitions.
Implementation
void clearInstances() {
_cacheInstances.clear();
}
Removes all cached instances, preseving definitions.
void clearInstances() {
_cacheInstances.clear();
}