@override bool save(IInfo info) { if (items.length >= maxCount) { items.removeFirst(); } items.add(info); return true; }