xPDOCacheManager.getCachePath
xPDOCacheManager::getCachePath
Get the absolute path to the current writable directory for storing cache files.
Syntax
API Docs: http://api.modxcms.com/xpdo/cache/xPDOCacheManager.html#getCachePath
string getCachePath ()
Example
Returns the cache path.
echo $xpdo->cacheManager->getCachePath(); // outputs: '/path/to/xpdo/cache/';
See Also
- 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
Suggest an edit to this page on GitHub (Requires GitHub account. Opens a new window/tab).