0

安装 AppFabric 缓存后,我看不到缓存集群,因为我在 Powershell 中看不到缓存命令。

如果我运行命令 Get-Help * cache * 我会得到以下结果:

Get-Counter
Invoke-Command
New-PSSession
Remove-Job
New-PSSessionOptio
New-ModuleManifest
Export-FormatData
Get-WmiObject
about_jobs
about_preference_v
about_remote_jobs

其中没有一个是 AppFabric 缓存。

我必须做什么才能使缓存命令出现?

4

1 回答 1

2

如果您不使用 AF instalker 提供的 shell 链接,则需要通过以下方式导入多个模块:

Import-Module DistributedCacheAdministration

然后,要附加到集群,您需要执行以下操作:

Use-CacheCluster
于 2012-07-16T19:01:28.590 回答