Method LoadData
LoadData(DatasetIdentifier, String)
Used for get call while data is being loaded into the cache from the persistence store.
Declaration
KeyValuePair<string, string> LoadData(DatasetIdentifier dataSetIdentifier, string key)
Parameters
Type | Name | Description |
---|---|---|
Dataset |
dataSetIdentifier | |
System. |
key | Keys of the items to be loaded. |
Returns
Type | Description |
---|---|
System. |
KeyValuePair of entry returned from the persistence provider. |
LoadData(DatasetIdentifier, ICollection<String>)
Used for getBulk call while data is being loaded into the cache from the persistence store.
Declaration
IDictionary<string, string> LoadData(DatasetIdentifier dataSetIdentifier, ICollection<string> keys)
Parameters
Type | Name | Description |
---|---|---|
Dataset |
dataSetIdentifier | |
System. |
keys | Keys of the items to be loaded. |
Returns
Type | Description |
---|---|
System. |
Dictionary of bulk items returned from the persistence provider. |