xPDOCacheManager.delete
xPDOCacheManager::delete
Delete a key-value pair from a cache provider. Also allows for extra options:
- cache_ext - Defaults to '.cache.php'. Useful if you're wanting to delete non-cache files from the cache/ directory.
Syntax
API Docs: http://api.modxcms.com/xpdo/cache/xPDOCacheManager.html#delete
boolean delete (string $key, [array $options = array()])
Example
Remove the 'mystuff' entry.
$xpdo->cacheManager->delete('mystuff');
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).