PHP Classes

Cacheme: Cache data in different types of container

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
StarStarStar 54%Total: 778 All time: 4,367 This week: 455Up
Version License PHP version Categories
cacheme 0.1GNU General Publi...5.0PHP 5, Cache
Description 

Author

This package provides a common interface to store and retrieve cached data from different types of container.

There is one factory class that takes an URL of a cache container and additional options and it creates and initializes the cache container object.

The cache container interface provides means to set, get and clear cached data entries.

Currently this package comes with container implementation classes to store and retrieve cached data using XCache, APC, eAccelerator, files, memcached using Cesar Rodas pure PHP gMemcache class, and SQLite.

Picture of Oleg Butuzov
Name: Oleg Butuzov <contact>
Classes: 1 package by
Country: Ukraine Ukraine

  Files folder image Files (17)  
File Role Description
Files folder imageCacheme (3 files, 1 directory)
Files folder imagebenchmark (3 files)
Files folder imagetests (4 files)

  Files folder image Files (17)  /  Cacheme  
File Role Description
Files folder imageDrivers (7 files)
  Plain text file Cacheme.php Class classes loader
  Plain text file Cacheme.abstract.php Class Cacheme abstract class
  Plain text file Cacheme.factory.php Class factory class

  Files folder image Files (17)  /  Cacheme  /  Drivers  
File Role Description
  Plain text file Cacheme_apc.php Class APC Cache class
  Plain text file Cacheme_eaccelerator.php Class eAccelerator cache class
  Plain text file Cacheme_file.php Class FileSystem Caching class
  Plain text file Cacheme_memcache.php Class Memcached class
  Plain text file Cacheme_memcache_gMemcache.php Class gMemcache class (PHP5 porting), original author Cesar D. Rodas ( class page http://www.phpclasses.org/browse/package/4094.html)
  Plain text file Cacheme_sqlite.php Class SQLite class
  Plain text file Cacheme_xcache.php Class XCache class

  Files folder image Files (17)  /  benchmark  
File Role Description
  Accessible without login Plain text file benchmark.php Example benchmark
  Accessible without login Image file _dima_timestat1.gif Icon
  Accessible without login Image file _dima_timestat2.gif Icon

  Files folder image Files (17)  /  tests  
File Role Description
  Accessible without login Plain text file smartyHandler.php Example Smarty Example
  Accessible without login Plain text file test.tpl Data smarty template
  Accessible without login Plain text file sample.memcached.php Example one more sample
  Accessible without login Plain text file Test.php Example sample

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:778
This week:0
All time:4,367
This week:455Up
 User Ratings  
 
 All time
Utility:81%StarStarStarStarStar
Consistency:68%StarStarStarStar
Documentation:-
Examples:68%StarStarStarStar
Tests:-
Videos:-
Overall:54%StarStarStar
Rank:2093