MetalamaAPI documentationPatterns APIMetalama.​Patterns.​Caching.​Backends.​AzureAzure­Caching­Factory
Open sandboxFocus

AzureCachingFactory Class

Extension methods for MemoryCachingBackendBuilder.

Inheritance
AzureCachingFactory
Namespace: Metalama.Patterns.Caching.Backends.Azure
Assembly: Metalama.Patterns.Caching.Backends.Azure.dll
Syntax
public static class AzureCachingFactory : Object

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.