CacheSynchronizer(CachingBackend, CacheSynchronizerConfiguration)
Initializes a new instance of the CacheSynchronizer class.
Declaration
protected CacheSynchronizer(CachingBackend underlyingBackend, CacheSynchronizerConfiguration configuration)Parameters
| Type | Name | Description |
|---|---|---|
| CachingBackend | underlyingBackend | The underlying CachingBackend (typically an in-memory cache). |
| CacheSynchronizerConfiguration | configuration | Options of the new CacheSynchronizer. |