@@ -1062,6 +1062,9 @@ exports.cache = {
get: function (key) {
return this._data[key];
},
remove: function (key) {
delete this._data[key];
reset: function () {
this._data = {};
}
The note is not visible to the blocked user.