Skip to main content

 

  • arrow icon
Planview Customer Success Center

How to determine if the AppFabric and Caching are working on Changepoint?

The following scripts can be used to connect to the cache cluster:


Import-Module DistributedCacheAdministration
Import-Module DistributedCacheConfiguration
Use-CacheCluster -Provider XML -ConnectionString \\your_computer_name\cacheConfig
Get-CacheHost

Then the following commands can be issued against the cache:

Get-CacheClusterHealth
Get-CacheClusterInfo -Provider XML -ConnectionString  \\your_computer_name\cacheConfig
Get-CacheConfig "NameCachedGoesHere"
Get-CacheRegion
Get-CacheStatistics " NameCachedGoesHere "