A small, stable, non-cryptographic hash (FNV-1a) used to derive default cache keys from a method's arguments. Deterministic across runs; collisions are irrelevant for cache keying.
The string to hash.
An 8-char hex hash.
A small, stable, non-cryptographic hash (FNV-1a) used to derive default cache keys from a method's arguments. Deterministic across runs; collisions are irrelevant for cache keying.