Пример #1
0
 /// <inheritdoc cref="ICache.GetByTag{TItem}" />
 public Task <IEnumerable <CacheItem <TItem> > > GetByTag <TItem>(string tag)
 => _cacheProvider.GetByTag <TItem>(tag);