Transparently cache PHP functions
Memoize is an extension which transparently caches PHP functions, much like Perl's Memoize module.
License: PHP License
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 |