PHP Classes

Cache wrapper: Store and retrieve entries in memory caches

Recommend this page to a friend!
  Info   View files View files (2)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 597 All time: 5,204 This week: 277Up
Version License PHP version Categories
cache-wrapper 1.0Artistic License5.0PHP 5, Cache
Description 

Author

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.

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
Picture of Pashkov Denis Igorevich
  Performance   Level  
Name: Pashkov Denis Igorevich <contact>
Classes: 21 packages by
Country: Ukraine Ukraine
Age: 33
All time rank: 3068 in Ukraine Ukraine
Week rank: 312 Down4 in Ukraine Ukraine Up
Innovation award
Innovation award
Nominee: 10x

Winner: 1x

  Files folder image Files  
File Role Description
Plain text file cache.php Class Main class with example inside
Plain text file example Example example

 Version Control Unique User Downloads Download Rankings  
 0%
Total:597
This week:0
All time:5,204
This week:277Up