Remove-StartupLoader - Cache Loader
This PowerShell Cmdlet enables the users to remove pre-configured startup cache loader and refresher for the specified cache.
Note
This feature is only available in NCache Enterprise.
Remove-StartupLoader [-CacheName] [-Port] [-Server] [-Credentials] [-NoLogo]
Examples of Remove-StartupLoader - Cache Loader
- This command removes the startup cache loader/refresher for the cache named demoCache using the default port.
Remove-StartupLoader –CacheName demoCache
- This command removes the startup cache loader/refresher for the cache named demoCache using the default port with a display that has the logo banner suppressed.
Remove-StartupLoader -CacheName demoCache -NoLogo
Properties
Note
The parameters with asterisk (*) on their names are the required parameters and the rest are optional.
Parameters | Data Types | Description | Default Value |
---|---|---|---|
-CacheName* |
<String> |
Specifies the name of the cache for which pre-configured cache loader will be removed. | - |
-NoLogo |
<SwitchParameter> |
Suppresses display of the logo banner. | False |
-Port |
<Integer> |
Specifies the server port where NCache server is listening. | 8250 |
-Server |
<String> |
Specifies the NCache server name/IP on which NCache Service is running. | Local Machine |
-Credentials |
<pscredential> |
Specifies the user credentials required to authorize access for the specified operation. These credentials should belong to a user who has appropriate permissions at the node. | - |