PHP Classes

Item Cache: Store values in cache with underflow and overflow

Recommend this page to a friend!
  Info   View files View files (3)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog (1)    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 362 All time: 6,877 This week: 202Up
Version License PHP version Categories
item-cache 1.0GNU Lesser Genera...5.0PHP 5, Databases, Cache
Description 

Author

This class can store and retrieve values in cache with support to underflow and overflow containers.

It can store a limited number of values with given keys in a cache array. When the cache size limit is reached, the class can call an external container overflow function to flush the oldest element in the class before it is removed.

The class can also retrieve values from the cache with given keys. When the requested value is not yet in the cache array, the class can call an external container underflow function to retrieve the value from a storage container.

A separate container class to store and retrieve values from a MySQL database.

Picture of Colin McKinnon
  Performance   Level  
Name: Colin McKinnon <contact>
Classes: 5 packages by
Country: United Kingdom
Age: ???
All time rank: 144867 in United Kingdom
Week rank: 312 Up8 in United Kingdom Up
Innovation award
Innovation award
Nominee: 4x

  Files folder image Files  
File Role Description
Accessible without login Plain text file backendExample.inc.php Class Integrating a backend I/O processor using MySQL
Accessible without login Plain text file itemCache.inc.php Class Class definition
Accessible without login Plain text file testItemCache.php Example Test class using random data

 Version Control Unique User Downloads Download Rankings  
 0%
Total:362
This week:0
All time:6,877
This week:202Up