 |
|
Innovation award
 Nominee: 2x |
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.
|
|
| Name: |
Item Cache |
| Base name: |
item-cache |
| Description: |
Store values in cache with underflow and overflow |
| Version: |
1.0 |
| PHP version: |
5.0 |
| License: |
GNU Lesser General Public License (LGPL) |
| All time users: |
337 users |
| All time rank: |
5887 |
| Week users: |
0 users |
| Week rank: |
2445  |
| |
|
| Not yet rated by the users |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|