Top "Memcached" questions

Memcached is a simple distributed object cache that caches information in memory, and can be used to improve the performance of dynamic web applications by reducing access time and database load.

Memcached + Spring Caching

I'm attempting to setup a Spring 3.1 caching solution with Memcached. I've incorporated ehcache (Spring has built in support for this) …

java spring caching memcached spymemcached
Manually Clear Fragment Cache in Rails

I'm using Memcached with Heroku for a Rails 3.1 app. I had a bug and the wrong things are showing - …

ruby-on-rails-3 caching memcached
Hibernate EHCache vs MemCache

I would like to use caching in my web application which will be scalable and distributed as well. I have …

memcached ehcache spymemcached
PECL install failed

after upgrading from PHP5.2.6 to php 5.3. it seams, I also have to reinstall the PHP memcache-module. So I downloaded the …

php memcached pear pecl
Persistent connections to memcached in PHP

In our current use of memcached, we are running into problems in a high volume server because so much time …

php memcached persistent
Memcached eviction prior to key expiry?

Can a key/value pair stored in memcached get evicted prior to its expiry if there is still free space …

memcached
Install PECL Memcached Error

I followed the following steps to install PECL memcached in my Centos Server, always got errors. First. Install libmemcached cd /…

php memcached pecl libmemcached
How does memcache store data?

I am a newbie to caching and have no idea how data is stored in caching. I have tried to …

memcached outputcache
Rails and caching, is it easy to switch between memcache and redis?

Is there a common api such that if I switch between Redis or Memcached I don't have to change my …

ruby-on-rails caching memcached redis
PHP sessions not being saved in memcache

Running an application using php 5.4 on AWS using the Amazon Linux. PHP version is PHP 5.4.28. memcache lib installed from the …

php session centos memcached libmemcache