Method GetWithoutHashValidation<TProps>(long)

Assembly: redb.Core.dll

Get WHOLE RedbObject from cache by objectId WITHOUT hash validation
Used when SkipHashValidationOnCacheCheck = true (monolithic applications)

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