Distributed caching is a cache implementation that uses caches spread across different networked hosts.
Questions tagged [distributed-caching]
424 questions
-1
votes
1 answer
Looking for a lightweight-ish distributed DB/cache
I will store simple plain text, but I'm looking for these features from a (D)DB/cache:
Replication across all nodes
Adding nodes to a live cluster
It's free
Persistence to disk (not to another DB)
Uses relatively little resources
Apache ZooKeeper…
user963395
-1
votes
1 answer
Can I use In-Memory Engine for SQL Server Distributed Cache in ASP.NET Core?
I’m currently using a Distributed SQL Server Cache in ASP.NET Core.
The Distributed SQL Server Cache implementation (AddDistributedSqlServerCache) allows the distributed cache to use a SQL Server database as its backing store.
For documentation…

Gabriele Franco
- 879
- 6
- 10
-1
votes
2 answers
Setting Up Ncache (Distributed?/Shared)
I have two servers, where I will be deploying the same application. Basically these two servers will handle work from a common Web API, the work that handed out will be transformed and go through some logic and loaded into DB. I want to cache the…

alangilbi
- 321
- 5
- 17
-1
votes
1 answer
How to get started on using NorthScale Memcached Server
I'm looking to use NorthScale's Memcached Server with Amazon EC2, I've launched a new instance using one of the AMIs on http://labs.northscale.com/memcached-ami/ but how do I go about configuring the bucket name, login credentials and the pool…

theburningmonk
- 15,701
- 14
- 61
- 104