DataCache::AddItemLevelCallback Method
Adds a cache notification callback for cache operations occurring on a specific item. Not supported in Windows Azure Shared Caching.
Assembly: Microsoft.ApplicationServer.Caching.Client (in Microsoft.ApplicationServer.Caching.Client.dll)
| Name | Description | |
|---|---|---|
![]() | AddItemLevelCallback(String^, DataCacheOperations, DataCacheNotificationCallback^) | Adds a cache notification callback for cache operations occurring on one specific item that is not stored in a region. Not supported in Windows Azure Shared Caching. |
![]() | AddItemLevelCallback(String^, DataCacheOperations, DataCacheNotificationCallback^, String^) | Adds a cache notification callback for cache operations occurring on one specific item that is stored in region. Not supported in Windows Azure Shared Caching. |
Show:
