modX.getCacheManager
Последнее обновление Apr 15th, 2021 | История страницы | Улучшить эту страницу | Сообщить о проблеме
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 moremodX::getCacheManager¶
Получите расширенный экземпляр xPDOCacheManager
, отвечающий за кэширование MODX.
Переопределение xPDO::getCacheManager
.
Синтаксис¶
API Doc: modX::getCacheManager()
object getCacheManager([string $class = ''], [[array $options = array('path' => XPDO_CORE_PATH, 'ignorePkg' => true)]])
-
$class
(string) Имя класса кеш-менеджера для загрузки -
$options
(array) Массив параметров для отправки экземпляру диспетчера кеша
Пример¶
Получение Cache Manager, чтобы установить фиктивный файл кэша.
$cacheManager = $modx->getCacheManager();
$cacheManager->set('testcachefile','test123');
Смотрите также¶
- Кеширование – подробные варианты описаны на странице кэширования xPDO.
- modX
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