We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bde439 commit 9e5480fCopy full SHA for 9e5480f
engines/ep/src/item_pager.h
@@ -132,8 +132,9 @@ class ItemPager : public GlobalTask {
132
};
133
134
/**
135
- * Dispatcher job responsible for purging expired items from
136
- * memory and disk.
+ * Dispatcher job responsible for expiring items currently stored in memory. The
+ * act of expiring (deleting) the item generally results in the deletion of the
137
+ * items value which saves memory and disk space.
138
*/
139
class ExpiredItemPager : public GlobalTask,
140
public std::enable_shared_from_this<ExpiredItemPager> {
0 commit comments