DataCacheStoreProvider.Write Method (DataCacheItem)

 

This Write method is called to write a single item to the backend associated with the write-behind provider.

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

Syntax

public abstract void Write(
    DataCacheItem item
)
public:
virtual void Write(
    DataCacheItem^ item
) abstract
abstract Write : 
        item:DataCacheItem -> unit
Public MustOverride Sub Write (
    item As DataCacheItem
)

Parameters

Remarks

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

Applies only to Microsoft AppFabric 1.1 for Windows Server.

See Also

Write Overload
DataCacheStoreProvider Class
Microsoft.ApplicationServer.Caching Namespace

Return to top