net9.0
namespace Aspire.Hosting
{
public static class GarnetBuilderExtensions
{
[Obsolete("This method is obsolete and will be removed in a future version. Use the overload without the keysChangedThreshold parameter.")]
public static IResourceBuilder<GarnetResource!>! WithPersistence(this IResourceBuilder<GarnetResource!>! builder, TimeSpan? interval, long keysChangedThreshold);
}
}
.NET | 8.09.0 |
---|---|
Information specific to net9.0 | |
Assemblies | Aspire.Hosting.Garnet , Version=9.1.0.0, PublicKeyToken=cc7b13ffcd2ddd51 Aspire.Hosting.Garnet , Version=8.2.2.0, PublicKeyToken=cc7b13ffcd2ddd51 |
Referencing | Your project needs a package reference to |
Package | Aspire.Hosting.Garnet net8.0 |
Obsolete | This method is obsolete and will be removed in a future version. Use the overload without the keysChangedThreshold parameter. |
Platform Restrictions | This API is supported on all platforms. |