Responsible for loading the object from the data source. Key is passed as parameter.
Namespace: Alachisoft.NCache.Runtime.DatasourceProvidersAssembly: Alachisoft.NCache.Runtime (in Alachisoft.NCache.Runtime.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
C# |
---|
void LoadFromSource( string key, out ProviderCacheItem cacheItem ) |
Visual Basic |
---|
Sub LoadFromSource ( _ key As String, _ <OutAttribute> ByRef cacheItem As ProviderCacheItem _ ) |
Visual C++ |
---|
void LoadFromSource( String^ key, [OutAttribute] ProviderCacheItem^% cacheItem ) |
Parameters
- key
- Type: System..::..String
key used to refernece object
- cacheItem
- Type: Alachisoft.NCache.Runtime.Caching..::..ProviderCacheItem%