Package Information |
Summary |
Transparently cache PHP functions |
Maintainers |
Arpad Ray (lead)
[details]
|
License |
PHP License |
Description |
Memoize is an extension which transparently caches PHP functions, much like Perl's Memoize module. |
Release notes
Version 0.2.0
(beta)
|
- 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 |