100
13
true
false
[inline]
Constructs an instance with maximum cost maxCost and dictionary size size with optional case sensitivity.
Definition at line 44 of file qcache.h.
00045 : Base(maxCost, size, autodel) 00046 { 00047 setCaseSensitive(caseSensitive); 00048 }