modX.getCacheManager
Last updated May 14th, 2019 | Page history | Improve this page | Report an issue
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¶
Get an extended xPDOCacheManager
instance responsible for MODX caching.
Overrides xPDO::getCacheManager
.
Syntax¶
API Doc: modX::getCacheManager()
object getCacheManager([string $class = ''], [[array $options = array('path' => XPDO_CORE_PATH, 'ignorePkg' => true)]])
-
$class
(string) The class name of the cache manager to load -
$options
(array) An array of options to send to the cache manager instance
Example¶
Get the Cache Manager to set a dummy cache file.
$cacheManager = $modx->getCacheManager();
$cacheManager->set('testcachefile','test123');
See Also¶
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