Recommend this page to a friend! |
Download .zip |
Info | View files (5) | Download .zip | Reputation | Support forum | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2012-02-19 (4 years ago) | Not enough user ratings | Total: 741 | All time: 4,320 This week: 988 |
Version | License | PHP version | Categories | |||
memcached-data 1.0 | GNU General Publi... | 5.3 | Cache |
Description | Author | |||||||||||||
This class can manipulate values stored in memcached servers. |
|
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 |
File | Role | Description |
---|---|---|
example_get_cache.php | Example | example file-get data from the server |
example_get_status.php | Example | example file- get server status |
example_set_cache.php | Example | Example file - set data |
memcache2.php | Class | the main class file |
readme.txt | Doc. | how to use |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.