ExtractPersistentCache Constructors
A persistent in-memory cache used by the Extract Data Source.| Name | Parameters | Description |
|---|---|---|
| ExtractPersistentCache() | none | Initializes a new instance of the ExtractPersistentCache class. |
| ExtractPersistentCache(Int32) | cacheSize | Initializes a new instance of the ExtractPersistentCache class with the specified cache size. |
See Also