PHP Classes
elePHPant
Icontem

A simple memcached class: Manipulate values stored in memcached servers

Recommend this page to a friend!
  Info   View files View files (5)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2012-02-19 (4 years ago) RSS 2.0 feedNot enough user ratingsTotal: 741 All time: 4,320 This week: 988Up
Version License PHP version Categories
memcached-data 1.0GNU General Publi...5.3Cache
Description Author

This class can manipulate values stored in memcached servers.

It can connect to a given memcached server with the memcached extension.

The class stores, retrieves and deletes values for given keys.

It can also display the current status of the memcached server in a HTML page.

Picture of Shibly
Name: Shibly <contact>
Classes: 7 packages by
Country: Bangladesh Bangladesh

Details
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.
  Files folder image Files  
File Role Description
Accessible without login Plain text file example_get_cache.php Example example file-get data from the server
Accessible without login Plain text file example_get_status.php Example example file- get server status
Accessible without login Plain text file example_set_cache.php Example Example file - set data
Plain text file memcache2.php Class the main class file
Accessible without login Plain text file readme.txt Doc. how to use

 Version Control Unique User Downloads Download Rankings  
 0%
Total:741
This week:0
All time:4,320
This week:988Up