Share via


DataCache.AddItemLevelCallback Method

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Adds a cache notification callback for cache operations occurring on a specific item.

Overload List

Name Description
DataCache.AddItemLevelCallback (String, DataCacheOperation, DataCacheNotificationCallback)
Adds a cache notification callback for cache operations occurring on one specific item that is not stored in a region.
DataCache.AddItemLevelCallback (String, DataCacheOperation, DataCacheNotificationCallback, String)
Adds a cache notification callback for cache operations occurring on one specific item that is stored in region.

See Also

Reference

DataCache Class
DataCache Members
Microsoft.Data.Caching Namespace