CacheInvalidator(CachingBackend, CacheInvalidatorOptions)
Initializes a new CachingBackend/
Declaration
protected CacheInvalidator(CachingBackend underlyingBackend, CacheInvalidatorOptions options)
Parameters
Type | Name | Description |
---|---|---|
CachingBackend | underlyingBackend | The underlying CachingBackend (typically an in-memory cache). |
CacheInvalidatorOptions | options | Options of the new CacheInvalidator. |