void addToCache<T>(String key, T value, {List<String>? tags}) { _cacheStorage.addToCache<T>(key, value, tags: tags); }