Method LoadDataset
LoadDataset(DatasetIdentifier)
Used to load the whole bucket into the cache.
Declaration
IDictionary<string, string> LoadDataset(DatasetIdentifier dataSetIdentifier)
Parameters
Type | Name | Description |
---|---|---|
DatasetIdentifier | dataSetIdentifier |
Returns
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.String> | Dictionary of bulk items returned from the persistence provider. |