Dispose()
Synchronously disposes the current CachingBackend.
Declaration
public void Dispose()
Implements
Dispose(bool)
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 |
---|---|---|
bool | disposing |
|