mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
2d4f2b9c75
PR: 211344 Submitted by: rene Sponsored by: Absolight
13 lines
489 B
Plaintext
13 lines
489 B
Plaintext
php-memoize is a PHP extension which transparently caches PHP functions, much
|
|
like Perl's Memoize module.
|
|
|
|
It comes with the following storage modules which can be enabled at compile
|
|
time:
|
|
|
|
- memory: Simple per-request module with no dependencies.
|
|
Since this is a per-request cache, neither TTLs specified in the
|
|
`memoize()` call or `memoize.default_ttl` are used.
|
|
- memcached: Uses libmemcached or the memcached PHP extension
|
|
|
|
WWW: http://pecl.php.net/package/memoize
|