3 references to WithKeyedDistributedCache
Aspire.StackExchange.Redis.DistributedCaching.Tests (3)
AspireRedisDistributedCacheExtensionsTests.cs (3)
87
.
WithKeyedDistributedCache
("dcache1", options => options.InstanceName = "dcache1");
89
.
WithKeyedDistributedCache
("dcache2"); // don't configure the options to ensure configuring separately works
91
.
WithKeyedDistributedCache
("dcache3", options => options.InstanceName = "dcache3");