DataCacheStoreProvider::Read Method
The Read method is called when a cache client requests an item that does not currently exist in the associated cache. The read-through provider is able to seamlessly provide this item from the backend.
Assembly: Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)
| Name | Description | |
|---|---|---|
![]() | Read(DataCacheItemKey^) | This Read overload is called to read a single item from the read-through provider. |
![]() | Read(ReadOnlyCollection<DataCacheItemKey^>^, IDictionary<DataCacheItemKey^, DataCacheItem^>^) | This Read overload is called to read a multiple items from the read-through provider. |
For more information, see .3684b772-b8da-4c16-a9bc-fb037d30c280
Applies only to Microsoft AppFabric 1.1 for Windows Server.
Show:
