PHP Classes

A simple memcached class: Manipulate values stored in memcached servers

Recommend this page to a friend!
     
  Info   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 808 All time: 4,259 This week: 53Up
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
Age: 39
All time rank: 69011 in Bangladesh Bangladesh
Week rank: 180 Up2 in Bangladesh Bangladesh Up

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 (5)  
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

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 0%
Total:808
This week:0
All time:4,259
This week:53Up