DataCacheStoreProvider.Delete Method (DataCacheItemKey)

 

This Delete overload is called for a single item that is deleted from the cache associated with the read-through or write-behind provider.

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

Syntax

public abstract void Delete(
    DataCacheItemKey key
)
public:
virtual void Delete(
    DataCacheItemKey^ key
) abstract
abstract Delete : 
        key:DataCacheItemKey -> unit
Public MustOverride Sub Delete (
    key As DataCacheItemKey
)

Parameters

Remarks

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

Applies only to Microsoft AppFabric 1.1 for Windows Server.

See Also

Delete Overload
DataCacheStoreProvider Class
Microsoft.ApplicationServer.Caching Namespace

Return to top