Memcache is great for storing slow queries that return small data sets or a lot, it is a high-performance, distributed memory object caching system, primarily intended for fast access to cached results of data store queries. Basically, memcache allows you … Continue reading
June 18, 2012
by Tunde Olabenjo
2 Comments

