Method GetWithoutHashValidation<TProps>(long)

Assembly: redb.Core.dll

Get WHOLE RedbObject from cache WITHOUT hash validation.
Used for monolithic applications (SkipHashValidationOnCacheCheck = true).

public RedbObject<TProps>? GetWithoutHashValidation<TProps>(long objectId) where TProps : class, new()