aboutsummaryrefslogblamecommitdiff
path: root/devel/pecl-memoize/pkg-descr
blob: 17949567865a86ec2e91fd9ef737b086a5c88599 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                                             
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
- apc: Uses the APC PHP extension

WWW: http://pecl.php.net/package/memoize