Login   Register  
PHP Classes
elePHPant
Icontem

Cache wrapper

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us

  Author  
Picture of Pashkov Denis Igorevich
Name: Pashkov Denis Igorevich <e-mail contact>
Packages: 19 Browse all classes by Pashkov Denis Igorevich Browse all classes by
Country: Ukraine Ukraine - PHP jobs in Ukraine
Age: 23
All time rank: 40210 in Ukraine Ukraine
Week rank: 188 Up6 in Ukraine Ukraine Up
Innovation award
Innovation award
Nominee: 10x

Winner: 1x


  Detailed description   Download .zip .tar.gz  
This class can be used to store and retrieve entries in memory caches.

It can perform several types of operations to access values stored memory based caches using extensions like APC, eAccelerator, XCache and MemCache.

Currently it can store an entry, retrieve an entry and clear all cache entries.

  Classes of Pashkov Denis Igorevich  >  Cache wrapper  >  Download .zip .tar.gz  >  Support forum Support forum  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: Cache wrapper
Base name: cache-wrapper
Description: Store and retrieve entries in memory caches
Version: -
PHP version: 5.0
License: Artistic License
All time users: 523 users
All time rank: 4792
Week users: 0 users
Week rank: 2038 Equal
 
  Groups   Rate classes User ratings   Applications   Files Files  

  Groups  
Group folder image PHP 5 Classes using PHP 5 specific features View top rated classes
Group folder image Cache Classes for managing cached pages View top rated classes


  Innovation Award  
PHP Programming Innovation award nominee
September 2010
Number 12
Caching data is a performance improvement technique often used to store previously computed data, so the data does not have to be computed again next time it is need.

There are several solutions to store data in cache containers like shared memory using APC, XCache or eAccelerator, or distributed memory caches like MemCached.

This class implements an unified solution to provide access to those different cache containers using the same interface.

Manuel Lemos

  User ratings  
There are not enough user ratings to display for this class.

  Applications that use this class  
No application links were specified for this class.
Add link image If you know an application of this package, send a message to the author to add a link here.
  Files folder image Files  
File Role Description
Plain text file cache.php Class Main class with example inside
Plain text file example Example example

Download all files: cache-wrapper.tar.gz cache-wrapper.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.