eZContentOperationCollection::clearObjectViewCache PHP Method

clearObjectViewCache() public static method

\param $objectID The ID of the content object to clear caches for \param $versionNum The version of the object to use or \c true for current version \param $additionalNodeList An array with node IDs to add to clear list, or \c false for no additional nodes.
public static clearObjectViewCache ( $objectID, $versionNum = true, $additionalNodeList = false )
    public static function clearObjectViewCache($objectID, $versionNum = true, $additionalNodeList = false)
    {
        eZContentCacheManager::clearContentCacheIfNeeded($objectID, $versionNum, $additionalNodeList);
    }