XLL+ Class Library

CXlCacheBinding<C>::Find

Searches the cache for the result of a previous calculation

[C++]
bool Find() const;

Return value

Returns true if a matching record is found, in which case the CXlOper passed in the constructor is populated with a copy of the stored result. Returns false if no record is found that matches the supplied key; in this case, the referenced CXlOper is unchanged.

Requirements

Header: xlserialize.h

See Also

CXlCacheBinding<C> Class | CXlCacheBinding<C> Methods