PHP Classes

File: readme.txt

Recommend this page to a friend!
  Classes of Shibly   A simple memcached class   readme.txt   Download  
File: readme.txt
Role: Documentation
Content type: text/plain
Description: how to use
Class: A simple memcached class
Manipulate values stored in memcached servers
Author: By
Last change:
Date: 12 years ago
Size: 727 bytes
 

Contents

Class file image Download
Hello Users ! Memcached is a memory based caching system and it is a great caching tool available for nearly every scripting language. I use it in php to speed up some applications. I wanted a very clean way to implementing this in my various projects, with as little change to the existing code as possible. In this package I demonstrate how to cache data into the memcached server and retrive it. Since memcache is an OBJECT caching system, you can’t simply drop your mysql_query resource into memcache, ask for it at another time, and get your results back :) Before running this code, be sure that you've a running instance of memcached server. Thank you very much for downloading the script. Have a great day.