Extension methods for MemoryCachingBackendBuilder.
Namespace: Metalama.Patterns.Caching.Backends.Azure
Assembly: Metalama.Patterns.Caching.Backends.Azure.dll
Syntax
public static class AzureCachingFactory
Methods
Name | Description |
---|---|
WithAzureSynchronization(MemoryCachingBackendBuilder, AzureCacheSynchronizerConfiguration) | Enhances an in-memory cache with a component that synchronizes several local, in-memory caches, using Azure Service Bus. This overloads expects a an AzureCacheSynchronizerConfiguration. |
WithAzureSynchronization(MemoryCachingBackendBuilder, string) | Adds a component that synchronizes several local, in-memory caches, using Azure Service Bus. This overloads expects a connection string to the Azure Service Bus topic. |