void setCacheCallback(String type, FutureOr<void> Function(String) callback) { _cacheCallbacks[type] = callback; }