The nested LinkedListNode class has been enhanced with a moveBefore(...) method
and the insertBefore(...) is now able to insert before any position (not just the head). The changes mentioned above made the code for the CCache itself more simple.
Authored by: keess 2004-06-24
Parent: [r1208]
Child: [r1210]