Skip to content

Commit fbf91f9

Browse files
brsf11jdupak
authored andcommitted
GUI: Pseudo LRU cache policy
1 parent d088d9a commit fbf91f9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/gui/dialogs/new/NewDialogCache.ui

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,11 @@
9292
<string>Least Frequently Used (LFU)</string>
9393
</property>
9494
</item>
95+
<item>
96+
<property name="text">
97+
<string>Pseudo Least Recently Used (PLRU)</string>
98+
</property>
99+
</item>
95100
</widget>
96101
</item>
97102
<item row="4" column="0">

0 commit comments

Comments
 (0)