#include <ddgcache.h>
Class diagram for ddgLCache:
This cache can insert and remove items at will.
[inline]
Insert a node into the cache before the specified node.
returns the position in the cache that it was inserted into.
Insert a node into the cache before the head node.
Assumes we are inserting at the head of the list.
Assumes we are inserting at the tail of the list.