DataCacheNotificationProperties 类
指定缓存客户端的通知设置。
命名空间: Microsoft.ApplicationServer.Caching
汇编: Microsoft.ApplicationServer.Caching.Client(在 microsoft.applicationserver.caching.client.dll 中)
用法
语法
声明
Public Class DataCacheNotificationProperties
public class DataCacheNotificationProperties
public ref class DataCacheNotificationProperties
public class DataCacheNotificationProperties
public class DataCacheNotificationProperties
备注
要使用此类,请将其实例分配给 DataCacheFactoryConfiguration 类的 NotificationProperties 属性。为了使用通知,目标缓存必须启用通知。在 Windows PowerShell 中,可以通过使用 New-Cache
或 Set-CacheConfig
命令来实现。将 NotificationsEnabled
参数设置为 true
。
通知可用于回调,例如有关已从缓存中删除项目的通知。当本地缓存无效策略设置为 NotificationBased 时,通知还用于更新本地缓存项目。
请注意,此类的该属性为只读。因此,必须使用过载的构造函数为属性分配值。
继承等级结构
System.Object
Microsoft.ApplicationServer.Caching.DataCacheNotificationProperties
线程安全
此类型的任何公共静态(在 Visual Basic 中为共享)成员都是线程安全的。不能保证任何实例成员都具有线程安全性。
平台
开发平台
Visual Studio 2010 及更高版本, .NET Framework 4
目标平台
Windows 7; Windows Server 2008 R2; Windows Server 2008 Service Pack 2; Windows Vista Service Pack 2
另请参阅
参考
DataCacheNotificationProperties 成员
Microsoft.ApplicationServer.Caching 命名空间