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