Skip to content

Repository files navigation

NCache Integrations for .NET

NCache Integrations provides open-source integrations that enable .NET and ASP.NET applications to use NCache for distributed caching, application-state management, output caching, real-time messaging, and other scalability requirements.

These integrations help applications share cached data and application state across multiple servers in web farms, containerized environments, and cloud deployments.

Key Capabilities

The integrations in this repository provide support for:

Getting Started

Before using an integration, install NCache Open Source and create a running cache. You can install NCache directly on Windows or Linux, or run it inside a Docker container.

Prerequisites

Make sure that you have:

  • A supported .NET SDK or .NET Framework version for the selected integration
  • NCache installed and running
  • A configured and running NCache cache
  • Network connectivity between the application and the NCache servers
  • Docker installed when using the Docker deployment option

Use an Integration

Select the integration required by your application and install its NuGet package.

For example:

dotnet add package NCache.Microsoft.Extensions.Caching.Opensource

Restore and build the application:

dotnet restore
dotnet build

Configure the integration with the name of your running cache and any required cache-server information.Refer to the documentation provided with the selected integration before running the application.

Build the Repository

Clone or download this repository, and then restore and build the required integration project:

dotnet restore
dotnet build

Some integrations target ASP.NET or .NET Framework and may need to be built through Visual Studio on Windows.

Documentation

Technical Support

Alachisoft provides various technical support resources.

License

Copyright © 2005-2026 Alachisoft. All rights reserved.

About

This repository contains a collection of official integrations that enable use of NCache with popular .NET frameworks, libraries, and caching abstractions.

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages