xPDOCacheManager.delete
Последнее обновление Feb 7th, 2020 | История страницы | Улучшить эту страницу | Сообщить о проблеме
Support the team building MODX with a monthly donation.
The budget raised through OpenCollective is transparent, including payouts, and any contributor can apply to be paid for their work on MODX.
Backers
Budget
$306 per month—let's make that $500!
Learn morexPDOCacheManager::delete¶
Удаление пары ключ-значение из провайдера кэша. Также допускаются дополнительные опции:
-
cache_ext
- По умолчанию используется.cache.php
. Полезно, если вы хотите удалить не кеш-файлы из каталогаcache/
.
Синтаксис¶
API Docs: http://api.modxcms.com/xpdo/cache/xPDOCacheManager.html#delete
boolean delete (string $key, [array $options = array()])
Пример¶
Удаление записи "mystuff".
$xpdo->cacheManager->delete('mystuff');
Смотрите также¶
- xPDOCacheManager.copyFile
- xPDOCacheManager.copyTree
- xPDOCacheManager.delete
- xPDOCacheManager.deleteTree
- xPDOCacheManager.endsWith
- xPDOCacheManager.escapeSingleQuotes
- xPDOCacheManager.get
- xPDOCacheManager.getCachePath
- xPDOCacheManager.getCacheProvider
- xPDOCacheManager.matches
- xPDOCacheManager.replace
- xPDOCacheManager.writeFile
- xPDOCacheManager.set
- xPDOCacheManager.writeTree
- xPDOCacheManager
Support the team building MODX with a monthly donation.
The budget raised through OpenCollective is transparent, including payouts, and any contributor can apply to be paid for their work on MODX.
Backers
Budget
$306 per month—let's make that $500!
Learn more