Class CacheManager
Provides the methods for cache management.
Inheritance
Namespace:
Assembly: Alachisoft.NCache.Web.dll
Syntax
public class CacheManager
Name | Description |
---|---|
GetCacheClients(String) | Get information about all clients connected to the specified cache. |
GetCacheClients(String, String) | Get information about all clients connected to the specified cache with specified node connected. |
GetCacheClients(String, String, Int32) | Get information about all clients connected to the specified cache of specified context, with specified node connected. |
GetCacheHealth(String) | Get health Information of the specified cache. |
GetCacheHealth(String, String) | Get health Information of the specified cache with specified node connected. |
GetCacheHealth(String, String, Int32) | Get health Information of the specified cache of specified context, with specified node connected. |
StartCache(String, String) | Starts an out-proc cache. The end result is the same as that of starting the
cache using NCache Manager. It starts the cache on the specified cache server.
If the Cache Server could not be contacted then it throws a |
StartCache(String, String, SecurityParams, SecurityParams) | Starts an out-proc cache. The end result is the same as that of starting the
cache using NCache Manager. It starts the cache on the specified cache server.
If the Cache Server could not be contacted then it throws a |
StopCache(String) | Stops an out-proc cache. The end result is the same as that of stoping the
cache using NCache Manager. It stops the cache only on the same server where the
client application is running.
If the Cache Server could not be contacted then it throws a |
StopCache(String, SecurityParams, SecurityParams) | Stops an out-proc cache. The end result is the same as that of stoping the
cache using NCache Manager. It stops the cache only on the same server where the
client application is running.
If the Cache Server could not be contacted then it throws a |
StopCache(String, SecurityParams, SecurityParams, Boolean) | Stops an out-proc cache. The end result is the same as that of stoping the
cache using NCache Manager. It stops the cache only on the same server where the
client application is running.
If the Cache Server could not be contacted then it throws a |
StopCache(String, Boolean) | Stops an out-proc cache. The end result is the same as that of stoping the
cache using NCache Manager. It stops the cache only on the same server where the
client application is running.
If the Cache Server could not be contacted then it throws a |
StopCache(String, String) | Stops an out-proc cache. The end result is the same as that of stoping the
cache using NCache Manager. It stops the cache on the specified cache server.
If the Cache Server could not be contacted then it throws a |
StopCache(String, String, SecurityParams, SecurityParams) | Stops an out-proc cache. The end result is the same as that of stoping the
cache using NCache Manager. It stops the cache on the specified cache server.
If the Cache Server could not be contacted then it throws a |
StopCache(String, String, SecurityParams, SecurityParams, Boolean) | Stops an out-proc cache. The end result is the same as that of stoping the
cache using NCache Manager. It stops the cache on the specified cache server.
If the Cache Server could not be contacted then it throws a |
StopCache(String, String, Boolean) | Stops an out-proc cache. The end result is the same as that of stoping the
cache using NCache Manager. It stops the cache on the specified cache server.
If the Cache Server could not be contacted then it throws a |
VerifySecurityParams(SecurityParams, SecurityParams) | Verifies if the security parameters are correct. |