cachingappfabric

AppFabric after installing I can not see the cluster of cache because I do not see commands powershell


After installing AppFabric cache I can not see the cluster of cache because I do not see caching commands in Powershell.

If I run the command Get-Help * cache * I get the following results:

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

none of which is AppFabric cache.

What do I have to do to make the caching commands appear?


Solution

  • If you're not using the shell link supplied by the AF instalker, you need to import the module many with:

    Import-Module DistributedCacheAdministration
    

    Then, to attach to the cluster, you need to do:

    Use-CacheCluster