Reduces cache size by removing records from the cache that have not been recently used
[C++]
virtual void ReduceSize();
This method is called just before the cache is added to and after the maximum cache size is changed.
The default implementation does nothing.
If the method is implemented by a child class it should reduce cache size by removing
records that have not been recently used.
Header: xlserialize.h