clearInstances method

void clearInstances()

Removes all cached instances, preseving definitions.

Implementation

void clearInstances() {
  _cacheInstances.clear();
}