9 references to WithPersistence
Aspire.Hosting.Garnet (5)
GarnetBuilderExtensions.cs (5)
190
/// Use <see cref="
WithPersistence
(IResourceBuilder{GarnetResource}, TimeSpan?)"/> to adjust Garnet persistence configuration, e.g.:
215
builder.
WithPersistence
();
226
/// Use <see cref="
WithPersistence
(IResourceBuilder{GarnetResource}, TimeSpan?)"/> to adjust Garnet persistence configuration, e.g.:
251
builder.
WithPersistence
();
276
=>
WithPersistence
(builder, interval);
Aspire.Hosting.Garnet.Tests (4)
AddGarnetTests.cs (3)
167
.
WithPersistence
();
307
.
WithPersistence
(TimeSpan.FromSeconds(10));
324
.
WithPersistence
(TimeSpan.FromSeconds(60));
GarnetPublicApiTests.cs (1)
84
var action = () => builder.
WithPersistence
();