PHP Cache Object: Save and load variable values in cache containers

Recommend this page to a friend!
  Info   View files Example   View files View files (13)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2021-08-11 (1 month ago) RSS 2.0 feedNot yet rated by the usersTotal: 44 This week: 4All time: 10,140 This week: 47Up
Version License PHP version Categories
object-cache 1.0.7GNU General Publi...5PHP 5, Files and Folders, Cache
Description Author

This package can save and load variable values in cache containers.

It provides several classes to save values of variables in different types of storage containers implemented by separate classes.

Currently, it supports containers like files, Redis, or Memcached servers.

The cached data is associated with a given key string.

The cached data may remain valid for a given period of time.

If the cached data is still valid, the storage container classes may retrieve the cached value associated with the given cache key.

Picture of Juraj Puchký
  Performance   Level  
Name: Juraj Puchký <contact>
Classes: 16 packages by
Country: Czech Republic Czech Republic
Innovation award
Innovation award
Nominee: 6x

Details

object-cache

Simple framework for store php json serialized objects in cache. Supports Redis, Memcached, Disk.

Samples are provided in folder samples.

For unix socket in Memcached and Redis driver use [ 'sock' = file ] as $params in driver constructor.

  Files folder image Files  
File Role Description
Files folder imagesamples (3 files)
Files folder imagesrc (4 files, 1 directory)
Accessible without login Plain text file composer.json Data Auxiliary data
Accessible without login Plain text file LICENSE Lic. License text
Accessible without login Plain text file readme.md Doc. Documentation

  Files folder image Files  /  samples  
File Role Description
  Accessible without login Plain text file disk.php Example Example script
  Accessible without login Plain text file memcached.php Example Example script
  Accessible without login Plain text file redis.php Example Example script

  Files folder image Files  /  src  
File Role Description
Files folder imageDrivers (3 files)
  Plain text file Cache.php Class Class source
  Plain text file CacheDriver.php Class Class source
  Plain text file ICache.php Class Class source
  Plain text file ICacheDriver.php Class Class source

  Files folder image Files  /  src  /  Drivers  
File Role Description
  Plain text file Disk.php Class Class source
  Plain text file Memcached.php Class Class source
  Plain text file Redis.php Class Class source

 Version Control Unique User Downloads Download Rankings  
 100%
Total:44
This week:4
All time:10,140
This week:47Up
For more information send a message to info at phpclasses dot org.