Aracılığıyla paylaş


StackExchangeRedisCacheServiceCollectionExtensions.AddStackExchangeRedisCache Yöntem

Tanım

Belirtilen IServiceCollectionöğesine Redis dağıtılmış önbelleğe alma hizmetleri ekler.

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::Extensions::DependencyInjection::IServiceCollection ^ AddStackExchangeRedisCache(Microsoft::Extensions::DependencyInjection::IServiceCollection ^ services, Action<Microsoft::Extensions::Caching::StackExchangeRedis::RedisCacheOptions ^> ^ setupAction);
public static Microsoft.Extensions.DependencyInjection.IServiceCollection AddStackExchangeRedisCache (this Microsoft.Extensions.DependencyInjection.IServiceCollection services, Action<Microsoft.Extensions.Caching.StackExchangeRedis.RedisCacheOptions> setupAction);
static member AddStackExchangeRedisCache : Microsoft.Extensions.DependencyInjection.IServiceCollection * Action<Microsoft.Extensions.Caching.StackExchangeRedis.RedisCacheOptions> -> Microsoft.Extensions.DependencyInjection.IServiceCollection
<Extension()>
Public Function AddStackExchangeRedisCache (services As IServiceCollection, setupAction As Action(Of RedisCacheOptions)) As IServiceCollection

Parametreler

services
IServiceCollection

IServiceCollection hizmet eklenecek.

setupAction
Action<RedisCacheOptions>

Sağlanan RedisCacheOptionsöğesini yapılandırmak için .Action<T>

Döndürülenler

IServiceCollection ek çağrıların zincirlenebilmesi için.

Şunlara uygulanır