CacheCode Class
A similar API to System.HashCode but deterministic (does not use a random seed) which makes it suitable for persistent saved cache keys.
Namespace
Statiq.Common
Base Types
  • object
CacheCode
object

Syntax

public class CacheCode

Methods

Name Return Value Summary
Add(bool) void
Add(DateTime) void
Add(int) void
Add(long) void
Add(string) void
Add(uint) void
AddAsync(ICacheCode) Task
ToCacheCode() int

Extension Methods