Interface IChangeTokenProvider
An interface used to generate change token, that can for instance be used as caching options.
Namespace: Catalyst.Abstractions.Util
Assembly: Catalyst.Abstractions.dll
Syntax
public interface IChangeTokenProvider
Methods
| Improve this Doc View SourceGetChangeToken()
Provides a new IChangeToken, suitable for use as a caching option.
Declaration
IChangeToken GetChangeToken()
Returns
Type | Description |
---|---|
IChangeToken |