Data Partitioning for High Scalability in NCache

Data Partitioning for High Scalability in NCache

Modern applications process and generate large volumes of data. The possibility of a single web server/data source failing, resulting in losing applications and priceless data is a common nightmare among software developers. However, you can achieve high data availability if all server nodes have an identical copy of data – this implies that there won’t…

Write-Through & Write-Behind Cache

Write-Through & Write-Behind Cache: An Introduction with NCache

In the past, experts have tried removing performance bottlenecks by using system caches but, with the rise in user traffic, the need for high-speed applications has become pertinent. Therefore, in-memory, linearly scalable, distributed caching solutions like NCache is becoming popular, enhancing system performance multifold. Generally, with an added caching layer in your system architecture, applications…

identity-server4-cache

Using NCache as IdentityServer4 Cache and Data Store

The multi-tier applications involve communications at different levels. For instance, browser communicating with the web APIs and web APIs communicating with other web APIs on the behalf of the users and so on. To enable secure communication, authentication and authorization protocols might require additional handling. It is hardly maintainable since any change in the API…