[inline, inherited]
Sets the maximum cost permitted. Disposes of items immediately if the new cost warrants it.
Definition at line 156 of file FXLRUCache.h.
00157 { 00158 topmax=newmax; 00159 dynMax(); 00160 }