PostSharpAPI ReferencePost­Sharp.​Patterns.​Caching.​ImplementationCaching­BackendDispose
Open sandboxFocus

CachingBackend.Dispose Method

Dispose()

Synchronously disposes the current CachingBackend.

Declaration
public void Dispose()

Dispose(Boolean)

Synchronously disposes the current CachingBackend, with a parameter instructing whether this method is called because of a call to the Dispose() method or because of object finalizing.

Declaration
protected void Dispose(bool disposing)
Parameters
Type Name Description
Boolean disposing

true if this method is called because the Dispose() method has been called, or false if the object is being finalized.