Method GetWithoutHashValidation<TProps>(long)
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()