XLL+ Class Library

CXlOperCache::ReduceSize

Reduces cache size by removing records from the cache that have not been recently used

[C++]
virtual void ReduceSize();

Remarks

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.

Requirements

Header: xlserialize.h

See Also

CXlOperCache Class | CXlOperCache Methods