Software:NCache Alachisoft

From HandWiki
Revision as of 11:25, 3 May 2023 by Importwiki (talk | contribs) (import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
NCache Alachisoft
Original author(s)Iqbal Khan
Developer(s)Alachisoft
Initial releaseJuly 2005, 17 years
Stable release
v5.3 SP1 / Sep 2022
Repositoryhttps://github.com/Alachisoft/NCache
Written in.NET
Available inEnglish
Websitehttps://www.alachisoft.com/

NCache [1] is an open source distributed cache for .NET, also known as an in-memory data grid. It is developed by Alachisoft that is headquartered in Dallas, Texas.[2] [3].

NCache is used by .NET server applications to cache application data. These .NET server applications include ASP.NET and ASP.NET Core Web Apps, Web Services, and Microservices. Web applications also store their web sessions in NCache [4].

NCache is an in-memory data store that distributes data in a cluster of multiple cache servers. Data is also replicated (backed up) to other cache servers in the cluster to prevent data loss in case a cache server goes down

Usage

Typical use cases for NCache include:

See also

References

External Links