Property SkipHashValidationOnCacheCheck
Skip hash validation in DB before cache access.
true - for monolithic apps (faster, trust cache)
false - for distributed systems (safer, check freshness)
Default false (safe)
public bool SkipHashValidationOnCacheCheck { get; set; }