Store.prototype.regenerate = function (destroy) {
    if (destroy) {
        this.__handler.destroy(this.getId());
    }