Home >Backend Development >PHP Tutorial >laravel 4 怎么删除缓存,除了某些指定的cache tags外

laravel 4 怎么删除缓存,除了某些指定的cache tags外

WBOY
WBOYOriginal
2016-06-06 20:41:40949browse

产品开发使用laravel 4.2 framework,功能升级时,某些数据结构变更,所以部分cache要清除,我怎样才能够根据cache tags删除缓存?

ps:要删除的cache tags多,保留的只有几个,目前tags共有二十多个。

回复内容:

产品开发使用laravel 4.2 framework,功能升级时,某些数据结构变更,所以部分cache要清除,我怎样才能够根据cache tags删除缓存?

ps:要删除的cache tags多,保留的只有几个,目前tags共有二十多个。

建议直接全部清空,保留的那几个如果需要再手动构建。

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