clear method
void
clear()
Clear all cached instances and all definitions.
Implementation
void clear() {
clearInstances();
_cacheInstantiators.clear();
_cacheValidators.clear();
}
Clear all cached instances and all definitions.
void clear() {
clearInstances();
_cacheInstantiators.clear();
_cacheValidators.clear();
}