Destroys a CXlOperCache object
[C++]
~CXlCacheBinding();
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.
Header: xlserialize.h