memoize 0.2.0

Transparently cache PHP functions


Memoize is an extension which transparently caches PHP functions, much like Perl's Memoize module.

License: PHP License

Changes

- 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