Top "Distributed-caching" questions

Distributed caching is a cache implementation that uses caches spread across different networked hosts.

Memcached with Windows and .NET

Is there anyone already implement memcached for production use in Windows environment? Because many blogs that I've read, it's not …

c# .net-3.5 memcached distributed-caching
Distributed Caching

I am looking for a java distributed caching solution. We would like features likes: Distributed Auto-Discovery Redundancy Non-Centralized We've analyzed …

java caching terracotta distributed-caching
Choosing a distributed shared memory solution

I have a task to build a prototype for a massively scalable distributed shared memory (DSM) app. The prototype would …

java architecture nosql distributed-caching
Is it possible to implement distributed caching using of Ehcache without Terracotta Enterprise Suite?

I try to find how to implement distributed caching for applications. Ehcache already used for caching in my project, that's …

java ehcache distributed-caching
Redis Cache in ASP.NET Core

I am new to Redis and using using VS 2015 and ASP.NET Core app (v 1.0), I installed the nugget package: …

redis asp.net-core stackexchange.redis distributed-caching
Comparison of memcache, redis and ehcache as distributed caching framework

One of the decisions I need to make is what caching framework to use in my system. With so many …

caching memcached ehcache redis distributed-caching
In-memory cache VS. centralized cache in a distributed system

We're currently looking for the most suitable solution for accessing critical data on a distributed system, and we're considering whether …

caching architecture distributed-computing distributed-caching
MS Velocity vs Memcached for Windows?

I've been paying some attention to Microsoft's fairly recent promoting of Velocity as a distributed caching solution that would compete …

caching memcached appfabric distributed-caching
Clustered hibernate cache with ehcache: nonstrict vs. strict read write

What is the real difference between nonstrict-read-write and read-write? I can read ehcache and Hibernate docs, but as far as …

java hibernate ehcache distributed-caching