9 references to WithPersistence
Aspire.Hosting.Garnet (5)
GarnetBuilderExtensions.cs (5)
176
/// Use <see cref="
WithPersistence
(IResourceBuilder{GarnetResource}, TimeSpan?)"/> to adjust Garnet persistence configuration, e.g.:
200
builder.
WithPersistence
();
211
/// Use <see cref="
WithPersistence
(IResourceBuilder{GarnetResource}, TimeSpan?)"/> to adjust Garnet persistence configuration, e.g.:
235
builder.
WithPersistence
();
260
=>
WithPersistence
(builder, interval);
Aspire.Hosting.Garnet.Tests (4)
AddGarnetTests.cs (3)
168
.
WithPersistence
();
308
.
WithPersistence
(TimeSpan.FromSeconds(10));
325
.
WithPersistence
(TimeSpan.FromSeconds(60));
GarnetPublicApiTests.cs (1)
85
var action = () => builder.
WithPersistence
();