void invalidateByPattern(String pattern, {bool emitEvent = true}) { _cacheInvalidator.invalidateByPattern(pattern, emitEvent: emitEvent); }