We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
PEAR 还有两个库; 缓存 和 Cache_Lite。不幸的是,两者都不是最新的,并且不提供内存缓存后端。
PEAR also has two libs; Cache and Cache_Lite. Both are not very current unfortunately and don't offer memcached backends.
Zend_Cache 是一个非常好的库,具有许多适配器,并且也很容易实现自定义适配器。 Zend 正在尽力使其库保持最新状态。
Zend_Cache is a pretty good library with a number of adapters and also easy to implement custom adapters. Zend is trying its best to keep its libraries current.
Zend_Cache 易于使用&非常灵活 http://framework.zend.com/manual/1.12 /en/zend.cache.introduction.html
例如。
Zend_Cache is easy to use & very flexible http://framework.zend.com/manual/1.12/en/zend.cache.introduction.html
eg.
我的库可以与 APC、Memcache、Memcached 和 PHP 共享内存一起使用: PHP Memory Cacher
My library which can work with APC, Memcache, Memcached and PHP Shared Memory: PHP Memory Cacher