XLL+ Class Library (7.0)

CXlOperCache::Find

Searches the cache for the result of a previous calculation

bool Find(
   const CXlInputKey& key,
   CXlOper& xloResult
) const;

Parameters

key

A populated CXlInputKey object, constructed from the arguments of the current add-in function (optionally including the function name).

xloResult

This CXlOper object will be populated by the cached result, if a matching record for the key is found in the cache.

Return Value

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

Requirements

Header: xlserialize.h

See Also

CXlOperCache Class | CXlOperCache Methods