Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何删除当前页面的 com_content 缓存?
我尝试过的东西,但没有用。
$cache =& JFactory::getCache(); $cache->clean(413, "com_content");
<?php $cache =& JFactory::getCache(); $cache->cleanCache(413, "com_content"); ?>