PHP Classes
elePHPant
Icontem

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)    
Last Updated Ratings Unique User Downloads Download Rankings
2012-04-25 (4 years ago) RSS 2.0 feedNot yet rated by the usersTotal: 359 This week: 1All time: 6,532 This week: 1,047Up
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: 4 packages by
Country: United Kingdom United Kingdom
Innovation award
Innovation award
Nominee: 3x

  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:359
This week:1
All time:6,532
This week:1,047Up