XLL+ Class Library (6.3)

CXlCacheBinding<C>::~CXlCacheBinding

Destroys a CXlOperCache object

~CXlCacheBinding( );

Remarks

When an active CXlCacheBinding object is destroyed, the m_bAdd flag is checked. If it is true, then the contents of the CXlOper::RetVal() buffer is put into the cache just before the function exits. If the CXlCacheBinding::Ret() method has been called, then m_bAdd will be false, and the cache will not be updated.

Requirements

Header: xlserialize.h

See Also

CXlCacheBinding<C> Class | CXlCacheBinding<C> Methods