undefine<O> method
Remove instantiator and cache-validator for key
.
Implementation
void undefine<O>(String key) {
_cacheInstantiators.remove(key);
_cacheValidators.remove(key);
}
Remove instantiator and cache-validator for key
.
void undefine<O>(String key) {
_cacheInstantiators.remove(key);
_cacheValidators.remove(key);
}