获取数据缓存在Windows AppFabric缓存服务

本文关键字:缓存 AppFabric 服务 Windows 存在 数据 获取 | 更新日期: 2023-09-27 18:11:52

我想得到整个被缓存在Microsoft AppFabric。

另外,是否有任何方法来获取它并检查缓存中数据的文件大小?

获取数据缓存在Windows AppFabric缓存服务

如果你刚刚开始使用AppFabric作为缓存服务,这篇Scott Hanselman的博客文章是一个很好的开始。

使用get - cachestatistics powershell cmdlet获取缓存中所有项的文件大小:

Get-CacheStatistics Cache1

这是前一个命令的示例输出。

Size: 12408186

ItemCount: 1200

RegionCount: 714

RequestCount: 1200

MissCount: 1200

查看更多信息:http://msdn.microsoft.com/en-us/library/ff921010.aspx