Class SchemeHashCalculator

Namespace: redb.Core.Utils
Assembly: redb.Core.dll

Utility for computing MD5 hash of scheme structure.
Used for change detection and cache invalidation.

public static class SchemeHashCalculator

Inheritance

ObjectSchemeHashCalculator

Methods

ComputeSchemeStructureHash(List<RedbStructure>)

Computes MD5 hash of scheme from all its structures.

public static Guid ComputeSchemeStructureHash(List<RedbStructure> structures)