invalidate method
Removes a cached compilation unit for the given key.
@param key The identifier for the compilation unit to invalidate
Implementation
void invalidate(String key) {
_cache.remove(key);
}
Removes a cached compilation unit for the given key.
@param key The identifier for the compilation unit to invalidate
void invalidate(String key) {
_cache.remove(key);
}