MetalamaAPI documentationPatterns APIMetalama.​Patterns.​Caching.​ImplementationCaching­Backend­EnhancerDispose­Core
Open sandboxFocus

CachingBackendEnhancer.DisposeCore Method

DisposeCore(bool, CancellationToken)

Synchronously disposes the current CachingBackend. This protected method is part of the implementation API and is meant to be overridden in user code, not invoked.

Declaration
protected override void DisposeCore(bool disposing, CancellationToken cancellationToken)
Parameters
Type Name Description
bool disposing
CancellationToken cancellationToken
Overrides
CachingBackend.DisposeCore(bool, CancellationToken)