[inline, inherited]
Removes the item associated with key k, deleting if auto-deletion is enabled.
Definition at line 206 of file FXLRUCache.h.
Referenced by FX::FXLRUCache< FX::QDict< type > >::purgeLFU().
00207 { 00208 bool ret=dictbase::remove(k); 00209 ++stats.removed; 00210 return ret; 00211 }