Open sandboxFocus

Class RedisCacheSynchronizerBuilder

A CachingBackendBuilder that synchronizes the underlying in-memory cache thanks to Redis Pub/Sub.

Inheritance
RedisCacheSynchronizerBuilder
Namespace: Metalama.Patterns.Caching.Backends.Redis
Assembly: Metalama.Patterns.Caching.Backends.Redis.dll
Syntax
public sealed class RedisCacheSynchronizerBuilder : ConcreteCachingBackendBuilder

Methods

Name Description
CreateBackend(CreateBackendArgs)

Creates the CachingBackend.

Extension Methods