XLL+ Class Library (6.3)

CXlCacheBinding<C>::Find

Searches the cache for the result of a previous calculation

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