MetalamaAPI documentationPatterns APIMetalama.​Patterns.​Caching.​BackendsClear­Cache­Options
Open sandboxFocus

ClearCacheOptions Class

Options for the Clear(ClearCacheOptions) method.

Inheritance
ClearCacheOptions
Namespace: Metalama.Patterns.Caching.Backends
Assembly: Metalama.Patterns.Caching.Backend.dll
Syntax
public sealed class ClearCacheOptions : Enum

Fields

Name Description
Default

Clears all cache layers.

Local

Clears only the local cache, but does not attempt to clear the remote cache. (for use with WithL1(OutOfProcessCachingBackendBuilder, LayeredCachingBackendConfiguration).

value__