A default implementation of
GetCacheCodeAsync().
- Namespace
- Statiq
.Common - Containing Type
- IDocument
Syntax
Task<int> GetCacheCodeAsync(IDocument document)
Parameters
| Name | Type | Description |
|---|---|---|
| document | IDocument |
Return Value
| Type | Description |
|---|---|
| Task |
A hash appropriate for caching. |