Machine Readiness
Stored receipt and evidence
20
65
0
0
0
Samples
No stored offer samples.
Samples
No stored action samples.
Samples
No stored product samples.
Document
Not stored for this site.
Document
# llms.txt for NCache > Description: List of NCache documentation files for LLMs and AI assistants to ingest and cite. ## Core Documentation - [NCache Documentation Hub](https://www.alachisoft.com/resources/docs/ncache/): The central hub for NCache, including Enterprise and Open Source. - [Getting Started Guide](https://www.alachisoft.com/resources/docs/ncache/getting-started/): Essential guide for installing, configuring, and verifying your first NCache cluster. - [NCache Architecture](https://www.alachisoft.com/resources/docs/ncache/admin-guide/ncache-architecture.html): Deep dive into caching topologies (Mirrored, Replicated, Partitioned, Partition-Replica) and dynamic clustering. - [Installation Guide](https://www.alachisoft.com/resources/docs/ncache/install-guide/): Instructions for installation NCache server and client software. - [Admin Guide](https://www.alachisoft.com/resources/docs/ncache/admin-guide/): Instructions for configuring caches, bridges, and security using the NCache Management Center and command-line tools. - [PowerShell CLI Reference](https://www.alachisoft.com/resources/docs/ncache/powershell-ref/): PowerShell Command Line Interface (CLI) Reference. ## SDKs & API References - [Programmer's Guide](https://www.alachisoft.com/resources/docs/ncache/prog-guide/): Guides and API details for integrating NCache with .NET and Java applications. - [.NET API Reference](https://www.alachisoft.com/resources/docs/ncache/dotnet-api-ref/): Comprehensive class library reference for the native .NET SDK. - [Java API Reference](https://www.alachisoft.com/resources/docs/ncache/java-api-reference/): Comprehensive class library reference for the native Java SDK. - [Node.js API Reference](https://www.alachisoft.com/resources/docs/ncache/nodejs-api-reference/): Reference for the Node.js client. - [Python API Reference](https://www.alachisoft.com/resources/docs/ncache/python-api-reference/): Reference for the Python client. - [.NET Client API Prerequisites](https://www.alachisoft.com/resources/docs/ncache/prog-guide/client-api-prereq-dotnet.html): Essential setup steps before using any .NET client API. - [Java Client API Prerequisites](https://www.alachisoft.com/resources/docs/ncache/prog-guide/client-api-prereq-java.html): Essential setup steps before using any Java client API. - [Node.js Client API Prerequisites](https://www.alachisoft.com/resources/docs/ncache/prog-guide/client-api-prereq-nodejs.html): Essential setup steps before using any Node.js client API. - [Python Client API Prerequisites](https://www.alachisoft.com/resources/docs/ncache/prog-guide/client-api-prereq-python.html): Essential setup steps before using any Python client API. ## Development - [Connect to Cache](https://www.alachisoft.com/resources/docs/ncache/prog-guide/connect-to-cache.html): Cache connectivity in NCache using the provided APIs and handle potential exceptions. - [Using Tags](https://www.alachisoft.com/resources/docs/ncache/prog-guide/tags-overview.html): Overview of how to use Tags in NCache. - [SQL Query in Cache](https://www.alachisoft.com/resources/docs/ncache/prog-guide/search-cache-with-sql.html): How to use SQL queries to search the cache. - [LINQ Query in Cache](https://www.alachisoft.com/resources/docs/ncache/prog-guide/linq-overview.html): How to use LINQ queries to search the cache. - [Data Structures in Cache](https://www.alachisoft.com/resources/docs/ncache/prog-guide/data-types.html): Use List, Queue, HashSet, Dictionary, and Counter Data Structures. - [Events in Cache](https://www.alachisoft.com/resources/docs/ncache/prog-guide/events-overview.html): Use Cache Level, Item Level, and Management Events. - [Pub/Sub Messaging](https://www.alachisoft.com/resources/docs/ncache/prog-guide/publish-subscribe-ncache.html): Use Pub/Sub Messaging with NCache. - [Read-through Caching](https://www.alachisoft.com/resources/docs/ncache/prog-guide/read-through-caching.html): Use Read-through provider with NCache. - [Write-through Caching](https://www.alachisoft.com/resources/docs/ncache/prog-guide/write-through-caching.html): Use Write-through and Write-behind Caching. - [Cache Loader and Refresher](https://www.alachisoft.com/resources/docs/ncache/prog-guide/cache-startup-loader.html): Use Cache Loader and Refresher with NCache. - [Sync Cache with Database](https://www.alachisoft.com/resources/docs/ncache/prog-guide/oledb-dependency.html): Use DB Dependency to Sync Cache with Database. ## .NET Caching - [ASP.NET Core Session](https://www.alachisoft.com/resources/docs/ncache/prog-guide/ncache-aspnet-core-session-provider.html): Use NCache to store ASP.NET Core Sessions. - [IDistributedCache](https://www.alachisoft.com/resources/docs/ncache/prog-guide/aspnetcore-sessions-ncache-idistributedcache-provider.html): Use ASP.NET Core IDistributedCache with NCache. - [ASP.NET Core SignalR](https://www.alachisoft.com/resources/docs/ncache/prog-guide/asp-net-core-signalr.html): Use NCache as ASP.NET Core SignalR Backplane. - [ASP.NET Core ResponseCache](https://www.alachisoft.com/resources/docs/ncache/prog-guide/response-caching-overview.html): Use NCache as ASP.NET Core ResponseCache Provider. - [Entity Framework Core Cache](https://www.alachisoft.com/resources/docs/ncache/prog-guide/entity-framework-core-caching.html): Use NCache as Entity Framework Core Cache. - [NHibernate Cache](https://www.alachisoft.com/resources/docs/ncache/prog-guide/nhibernate.html): Use NCache as NHibernate L2 Cache. ## .NET Framework Caching - [ASP.NET Session State](https://www.alachisoft.com/resources/docs/ncache/prog-guide/aspnet-session-state-provider.html): Store ASP.NET Session State in NCache. - [ASP.NET View State](https://www.alachisoft.com/resources/docs/ncache/prog-guide/view-state-caching.html): Cache ASP.NET View State in NCache. - [ASP.NET SignalR](https://www.alachisoft.com/resources/docs/ncache/prog-guide/aspnet-signalr.html): Use NCache as ASP.NET SignalR Backplane. - [ASP.NET Output Cache](https://www.alachisoft.com/resources/docs/ncache/prog-guide/aspnet-output-cache.html): Use NCache as ASP.NET Output Cache Provider. ## Java Caching - [Java HTTPS Sessions](https://www.alachisoft.com/resources/docs/ncache/prog-guide/ncache-java-session-module.html): Overview of storing Java Https Sessions in NCache. - [Hibernate Cache](https://www.alachisoft.com/resources/docs/ncache/prog-guide/hibernate-caching.html): Use NCache as Hibernate L2 Cache. - [Spring Data Cache](https://www.alachisoft.com/resources/docs/ncache/prog-guide/spring-framework-caching-integration.html): Overview of using NCache as Spring Data Cache Provider. - [JCache API](https://www.alachisoft.com/resources/docs/ncache/prog-guide/jcache.html): Overview of using NCache as JCache Provider. ## Node.js Caching - [Node.js Cache](https://www.alachisoft.com/resources/docs/ncache/prog-guide/nodejs.html): Overview of using NCache Node.js API. - [Web Sessions](https://www.alachisoft.com/resources/docs/ncache/prog-guide/sessions-in-nodejs.html): Storing Node.js Web Sessions in NCache. ## Administration - [NCache Management Center](https://www.alachisoft.com/resources/docs/ncache/admin-guide/ncache-web-manager.html): Cache Management with Web Based tool. - [Configure WAN Replication](https://www.alachisoft.com/resources/docs/ncache/admin-guide/configure-bridge.html): Configure WAN Replication in NCache. - [Configure User Security](https://www.alachisoft.com/resources/docs/ncache/admin-guide/configure-security.html): Configure User Security in NCache. - [Transport Layer Security (TLS)](https://www.alachisoft.com/resources/docs/ncache/admin-guide/configure-ssl-security.html): Configure User Security in NCache. - [Data Encryption](https://www.alachisoft.com/resources/docs/ncache/admin-guide/configure-encryption.html): Configure Data Encryption (AES-256) in NCache - [Monitor Cache](https://www.alachisoft.com/resources/docs/ncache/admin-guide/monitor-ncache.html): Monitor Cache with a Web Based tool. - [Live Upgrade](https://www.alachisoft.com/ncache/live-upgrade-cluster.html): Live Upgrade to a newer version of NCache. ## Deployment & Integrations - [Kubernetes Deployment](https://www.alachisoft.com/resources/docs/ncache/containerization/): Guide for deploying NCache clusters in Kubernetes (EKS, AKS, GKE, and OpenShift). - [Docker Deployment](https://www.alachisoft.com/ncache/ncache-docker.html): Instructions for running NCache servers and clients in Docker containers. - [Cloud Deployment (Azure)](https://www.alachisoft.com/resources/docs/ncache/getting-started/ncache-cloud-azure.html): Guides for deploying NCache in Azure environments. ## Comparisons & Competitive Analysis - [NCache vs Redis (Summary)](https://www.alachisoft.com/resources/comparisons/redis-vs-ncache-dotnet-summary.html): Key feature differences between NCache and Redis for .NET developers. - [NCache vs Redis (Detailed)](https://www.alachisoft.com/resources/comparisons/redis-vs-ncache.php): Detailed competitive analysis against Redis, Memcached, and AppFabric. - [Redis API Wrapper](https://www.alachisoft.com/ncache/redis-api-wrapper.html): No code change migration from Redis to NCache for .NET. - [AppFabric Cache API Wrapper](https://www.alachisoft.com/ncache/appfabric-migration.html): No code change migration from AppFabric to NCache. ## Performance & Benchmarks - [Performance Benchmarks](https://www.alachisoft.com/ncache/ncache-performance-benchmarks.html): Verified benchmark results demonstrating 2 million transactions per second (TPS). - [Benchmark Whitepaper](https://www.alachisoft.com/resources/whitepapers/ncache-performance-benchmarks.php): Detailed methodology and hardware specifications for NCache performance tests.
Document
Not stored for this site.