Home >Backend Development >PHP Tutorial >zend-opcache - php新的opcache如何像apc一样在存储一些临时缓存

zend-opcache - php新的opcache如何像apc一样在存储一些临时缓存

WBOY
WBOYOriginal
2016-06-06 20:43:011163browse

新版本的php中已经用opcache替换掉了apc,但不是完整的移植,起码以前apc中方便好用的数据缓存功能就没有实现,而我因为存储的是配置信息,又不想从远程获取。

现在PHP是否有靠谱的本地缓存方案?

回复内容:

新版本的php中已经用opcache替换掉了apc,但不是完整的移植,起码以前apc中方便好用的数据缓存功能就没有实现,而我因为存储的是配置信息,又不想从远程获取。

现在PHP是否有靠谱的本地缓存方案?

除了推荐像Redis这样的缓存方案以外,还推荐看看laruence的Yac

不能,推荐 Redis

你需要XCache

有个ApcU

利用共享内存实现可以?

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn