PHP Classes

Cache wrapper: Store and retrieve entries in memory caches

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: 598 All time: 5,207 This week: 455Up
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: 34
All time rank: 3068 in Ukraine Ukraine
Week rank: 170 Up3 in Ukraine Ukraine Up
Innovation award
Innovation award
Nominee: 10x

Winner: 1x

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

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:598
This week:0
All time:5,207
This week:455Up