Transparently cache PHP functions
Memoize is an extension which transparently caches PHP functions, much like Perl's Memoize module.
It can use APC or memcached for storage, so values persist between requests.
License: http://www.php.net/license/3_01.txt
Version | Release | Download |
0.2.0 | 2013-06-19 | memoize-0.2.0.tgz |
Version | Message |
0.2.0 |
- bundled storage modules are no longer separate extensions - memcached module now requires libmemcached 1.0.x - added support for TTL by function (optional argument to memoize()) - win32 fixes |