CacheMode Enumeration
CacheMode Enumeration
The CacheMode enumeration provides options for what type of caching should be performed by a lookup dataflow component.
Enumeration Values
| Name | Summary |
|---|---|
| Full | Specifies that the entire reference dataset will be cached before any lookup operation is executed. |
| Partial | Specifies that the data from all rows (either matching or not) will be loaded into the cache. |
| None | Specifies that no caching will be used. |