Try Playground
Show / Hide Table of Contents

Install NCache

Note

The minimum required .NET version for installation is .NET 6.0.

NCache provides the following deployment configuration of NCache:

2 or More Cache Servers

This installs both the server and client portion of NCache software. You must install this on 2 or more servers for reliability. These can be dedicated servers or your web/app servers. For 3 or more web/app server environments, we recommend a dedicated caching tier. In this case, we recommend a 4:1 or 5:1 ratio between web/app servers and cache servers.

If you’re installing the NCache server on your web/app servers, then make sure you have sufficient memory and CPU power available for both, your application and NCache.

Remote Clients

This installs the remote client libraries. Install this on all your web/app servers from where you want to remotely access the cache servers. Do not install it on cache servers.

Please refer to the Installation Guide for more details on Installation.

What has been Installed?

Important

NCache is installed by default in /opt/ncache/ in Linux.

Once you have installed NCache Professional, the following components are installed in the directory specified at the time of installation. This directory will either be the default directory, /opt/ncache/, or the custom directory specified.

After installation, you will find the following files in this directory:

  • bin
    Contains a service folder, Activation tools for NCache licensing, and NCache PowerShell module.

  • config
    Configuration files are provided to configure and run NCache for Linux clients. These include config.ncconf and client.ncconf.

  • docs
    Contains documentation for using NCache.

  • lib
    Contains assemblies to refer to when developing with NCache.

  • libexec
    Contains executables to be used with NCache.

  • log-files
    This folder will contain client/server logs.

See Also

NCache Installation Guide
Launch PowerShell as Administrator
Create a Cache
Simulate Cache Usage

Back to top Copyright © 2017 Alachisoft