Using Cache Notifications (Velocity)

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

Microsoft project code named "Velocity" allows your cache-enabled application to receive cache notifications. The table in this document lists topics that describe how to use cache notifications. For more information about cache notifications, see Cache Notifications (Velocity).

Note

Your application does not need to add cache notification callbacks if you want to use cache notifications for only local cache invalidation. To enable notification-based local cache invalidation, edit the sync attribute or property to specify notificationBased when configuring your local cache. For more information, see How to: Enable Local Cache (Code) (Velocity) or How to: Enable Local Cache (XML) (Velocity).

To use notifications you need to enable them on a named cache. Use the notificationsEnabled parameter with the New-Cache or Set-CacheConfig commands. For more information, see Cache Administration with PowerShell (Velocity).

Topic Description

How to: Add a Cache Notification Callback (Velocity)

Describes how to add cache notification callbacks with a notification scope at the named cache, region, or item level.

How to: Add a Failure Notification Callback (Velocity)

Describes how to be notified when the cache client misses notifications.

How to: Remove a Cache Notification Callback (Velocity)

Describes how to remove cache notification callbacks.

See Also

Tasks

How to: Prepare the Development Environment (Velocity)

Concepts

Cache Notifications Methods (Velocity)

Other Resources

Configuration Settings (Velocity)
Cache Client API Overview (Velocity)