• Facebook
  • Twitter
  • Youtube
  • LinedIn
  • RSS
  • Docs
  • Comparisons
  • Blogs
  • Download
  • Contact Us
Download
Show / Hide Table of Contents

Deploy Providers

NCache allows you to deploy assemblies over the server for server-side features like Backing Source, Entry Processor, MapReduce, Cache Loader/Refresher, and Custom Dependency providers. Once the user deploys provider assemblies through the NCache Management Center or using Command Line tool from the specified path, the assemblies are also copied to the newly created folder named after the cache name in the deploy folder of the NCache installation directory. Similarly, Java-based providers can also be deployed using both the NCache Management Center and Command Line Tool.

Important

For .NET, before deploying your DLL files, ensure you have the appropriate .NET Version installed as discussed in the NCache Installation Guide.

Using the NCache Management Center

  • Launch the NCache Management Center by browsing to http://localhost:8251 or <server-ip>:8251 on Windows and Linux.

  • In the left navigation bar, click on Clustered Caches or Local Caches, based on the cache required.

Clustered Caches

  • Check the box against the cache on which assemblies are to be deployed.

  • Click on "..." against the cache and select Deploy Providers.

Clustered Cache Options NCache Web

  • NCache opens the File Explorer to let the user select the assemblies to be deployed.

  • The same assembly is now present in the newly created deploy folder in the NCache installation directory.

Using Command Line Tools

The Install NCacheModule cmdlet enables the user to deploy provider assemblies from the specified assembly path to the deployment folder named deploy in the NCache installation directory. You can also deploy jars through this cmdlet and if you specify a folder path, it will copy all its content to the deploy folder. This command deploys the assembly Provider.dll over a cache named demoCache.

  • Windows
  • Linux
Install-NCacheModule -CacheName demoCache -AssemblyPath "C:\Provider.dll"
install-ncachemodule -cachename demoCache -assemblypath /usr/Provider.dll

See Also

Create a Cache
Remove Cache
Remove Server Node
Add Test Data

Contact Us

PHONE

+1 (214) 764-6933   (US)

+44 20 7993 8327   (UK)

 
EMAIL

sales@alachisoft.com

support@alachisoft.com

NCache
  • NCache Enterprise
  • NCache Community
  • Edition Comparison
  • NCache Architecture
  • Benchmarks
Download
Pricing
Try Playground

Deployments
  • Cloud (SaaS & Software)
  • On-Premises
  • Kubernetes
  • Docker
Technical Use Cases
  • ASP.NET Sessions
  • ASP.NET Core Sessions
  • Pub/Sub Messaging
  • Real-Time ASP.NET SignalR
  • Internet of Things (IoT)
  • NoSQL Database
  • Stream Processing
  • Microservices
Resources
  • Magazine Articles
  • Third-Party Articles
  • Articles
  • Videos
  • Whitepapers
  • Shows
  • Talks
  • Blogs
  • Docs
Customer Case Studies
  • Testimonials
  • Customers
Support
  • Schedule a Demo
  • Forum (Google Groups)
  • Tips
Company
  • Leadership
  • Partners
  • News
  • Events
  • Careers
Contact Us

  • EnglishChinese (Simplified)FrenchGermanItalianJapaneseKoreanPortugueseSpanish

  • Contact Us
  •  
  • Sitemap
  •  
  • Terms of Use
  •  
  • Privacy Policy
© Copyright Alachisoft 2002 - . All rights reserved. NCache is a registered trademark of Diyatech Corp.
Back to top