ConfigureCacheSize(ISiloAzureQueueJsonStreamConfigurator, int)
staticextension
[System.Diagnostics.CodeAnalysis.Experimental(StreamingJsonSerializationExperimental, UrlFormat = https://github.com/dotnet/orleans/pull/9618)]public static void ConfigureCacheSize(this ISiloAzureQueueJsonStreamConfigurator configurator, int cacheSize = 4096) Configures the cache size for the JSON-enabled Azure Queue stream provider.
Parameters
configuratorISiloAzureQueueJsonStreamConfigurator- The configurator.
cacheSizeint- The cache size.
