• Webinars
  • Docs
  • Download
  • Blogs
  • Contact Us
Try Free
Show / Hide Table of Contents

Resume-NCacheDataPersistence

Note

This feature is only available in NCache Enterprise Edition.

The Resume-NCacheDataPersistence cmdlet enables the user to resume the suspended data persistence to the persistence store.

Resume-NCacheDataPersistence [-CacheName <string>] [-Servers <string>] [-Port <int>]

These properties are explained in detail in the Properties section.

Examples

  • This command resumes the suspended data persistence of the cache demoCache to the persistence store.
Resume-NCacheDataPersistence -CacheName demoCache
  • This command resumes the suspended data persistence of the cache demoCache to the persistence store on the server 20.200.21.11.
Resume-NCacheDataPersistence -CacheName demoCache -Servers 20.200.21.11

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 to resume persistence. It should be a running cache with persistence. -
-Servers <String> Specifies the NCache server IPs where Cache is configured, separated by commas e.g. 20.200.21.11, 20.200.21.12 -
-Port <Int> Specifies the port on which NCache server is listening. 8250
Back to top Copyright © 2017 Alachisoft