Cache
public Cache(int size,
     Map<String,Tree> secondary)
Constructor.
 If the least recently used entry is removed from the primary cache, it is added to
 the secondary map.
- Parameters:
- size- maximum primary cache size
- secondary- the secondary map (may be- null)