Interface IDataSourceCache
Defines an option list cache.
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ContractsBase
Assembly: Stylelabs.M.Sdk.dll
Syntax
Methods
Get(string)
Gets an IDataSource.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| string | dataSourceName |
The name of the option list. |
Returns
| Type | Description |
|---|---|
| IDataSource |
An IDataSource. |
Invalidate(string)
Invalidates a cache entry.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| string | dataSourceName |
The name of the option list. |
Load(IDataSource)
Loads an IDataSource.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| IDataSource | dataSource |
The IDataSource. |