The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
28 views

How do I handle 3rd party search result data (via cache)

I have a search function on my site and it is taking data from 6 different 3rd party resources. The problem is, it takes too long requesting the data over and over again on the results page. I've ...
0
votes
0answers
26 views

Does Memcached have any mechanism to update the client when the cache changes?

We are planning on implementing Memcached to improve the performance of a desktop .NET application. The application uses an SQL server back-end. We are creating the cache objects when the application ...
0
votes
0answers
83 views

Distributed cache - do I have to serialize/externalize the objects

I'm having to code the Serializable or Externalizable implementations for objects to be put in a distributed cache - Oracle Coherence or IBM Xstreme Scale. What happens if we don't do this - and ...