Combine another DescriptorCache into this one. Returns a cache containing the items from the other cache unknown to current cache
Declared in <script/descriptor.h>
DescriptorCache
MergeAndDiff(DescriptorCache const& other);
A cache holding the entries from other that were not already present.
| Name | Description |
|---|---|
| other [in] | The cache whose entries are merged into this one. |