const cached = (this.props.cache) ?
            this.props.cache.getIn([model, `${id}`]) :
            null;