DataCacheStoreProvider.Read Method (DataCacheItemKey)

 

This Read overload is called to read a single item from the read-through provider.

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)

Syntax

public abstract DataCacheItem Read(
    DataCacheItemKey key
)
public:
virtual DataCacheItem^ Read(
    DataCacheItemKey^ key
) abstract
abstract Read : 
        key:DataCacheItemKey -> DataCacheItem
Public MustOverride Function Read (
    key As DataCacheItemKey
) As DataCacheItem

Parameters

Return Value

Type: Microsoft.ApplicationServer.Caching.DataCacheItem

Returns DataCacheItem.

Remarks

For more information, see .3684b772-b8da-4c16-a9bc-fb037d30c280

Applies only to Microsoft AppFabric 1.1 for Windows Server.

See Also

Read Overload
DataCacheStoreProvider Class
Microsoft.ApplicationServer.Caching Namespace

Return to top