|
eZ Publish
[trunk]
|
Go to the source code of this file.
Variables | |
| $cli = eZCLI::instance() | |
| $limit = 50 | |
| $options | |
| $script | |
| $sys = eZSys::instance() | |
| $cli = eZCLI::instance() |
Definition at line 14 of file bin/php/ezcontentcache.php.
| $limit = 50 |
Definition at line 41 of file bin/php/ezcontentcache.php.
Referenced by eZDBFileHandlerMysqliBackend\_purgeByLike(), eZDBFileHandlerMysqlBackend\_purgeByLike(), eZDFSFileHandlerMySQLBackend\_purgeByLike(), eZDFSFileHandlerMySQLiBackend\_purgeByLike(), eZOrder\active(), eZContentCacheManager\appendKeywordNodeIDs(), eZPostgreSQLDB\arrayQuery(), eZMySQLiDB\arrayQuery(), eZMySQLDB\arrayQuery(), eZContentFunctionCollection\calendar(), eZContentObjectTreeNode\calendar(), eZOrder\canModifyStatus(), eZBasket\cleanup(), eZBasket\cleanupExpired(), eZContentObjectTreeNode\clearViewCacheForSubtree(), eZDBGarbageCollector\collectBaskets(), eZDBGarbageCollector\collectProductCollectionItemOptions(), eZDBGarbageCollector\collectProductCollectionItems(), eZDBGarbageCollector\collectProductCollections(), convertSerializedData(), convertXMLData(), eZContentObjectTreeNode\createNodesConditionSQLStringFromPath(), eZURLWildcard\createWildcardsIndex(), eZOrder\customerList(), eZDFSFileHandlerMySQLBackend\expiredFilesList(), eZDFSFileHandlerMySQLiBackend\expiredFilesList(), eZDBFileHandlerMysqlBackend\expiredFilesList(), eZDBFileHandlerMysqliBackend\expiredFilesList(), eZShopFunctionCollection\fetchBestSellList(), eZContentFunctionCollection\fetchBookmarks(), eZContentObjectStateGroup\fetchByConditions(), eZContentObjectState\fetchByConditions(), eZContentObjectState\fetchByGroup(), eZContentObjectStateGroup\fetchByOffset(), eZSection\fetchByOffset(), eZRole\fetchByOffset(), eZContentObjectTreeNode\fetchClassIdentifierListByPathString(), eZInfocollectorFunctionCollection\fetchCollectionsList(), eZInformationCollection\fetchCollectionsList(), eZContentFunctionCollection\fetchCollectionsList(), eZContentFunctionCollection\fetchContentSearch(), eZMultiPriceData\fetchDataListWithoutPriceInCurrency(), eZContentFunctionCollection\fetchDraftVersionList(), eZDBFileHandler\fetchExpiredBinaryItems(), eZDFSFileHandler\fetchExpiredBinaryItems(), eZDBFileHandler\fetchExpiredItems(), eZDFSFileHandler\fetchExpiredItems(), eZContentObjectVersion\fetchFiltered(), eZSection\fetchFilteredList(), eZContentObject\fetchFilteredList(), eZCollaborationFunctionCollection\fetchGroupTree(), eZImageFile\fetchImageAttributesByFilepath(), eZCollaborationFunctionCollection\fetchItemList(), eZCollaborationItemMessageLink\fetchItemList(), eZContentFunctionCollection\fetchKeyword(), eZClassFunctionCollection\fetchLatestClassList(), eZPackageFunctionCollection\fetchList(), eZURLFunctionCollection\fetchList(), eZContentClassName\fetchList(), eZCurrencyData\fetchList(), eZSubtreeNotificationRule\fetchList(), eZProductCollectionItem\fetchList(), eZNotificationEvent\fetchList(), eZURLWildcard\fetchList(), eZWorkflowProcess\fetchList(), eZContentObjectTreeNode\fetchList(), eZContentObject\fetchList(), eZContentClass\fetchList(), eZContentObjectAttribute\fetchListByClassID(), eZContentBrowseBookmark\fetchListForUser(), eZCollaborationItem\fetchListTool(), eZUserFunctionCollection\fetchLoggedInList(), eZUser\fetchLoggedInList(), eZUserFunctionCollection\fetchLoggedInUsers(), eZCollaborationFunctionCollection\fetchMessageList(), eZContentFunctionCollection\fetchMostViewedTopList(), eZContentObjectTreeNode\fetchNodesByPathString(), eZSectionFunctionCollection\fetchObjectList(), eZPersistentObject\fetchObjectList(), eZContentFunctionCollection\fetchObjectTree(), eZCollaborationFunctionCollection\fetchParticipantList(), eZCollaborationItemParticipantLink\fetchParticipantList(), eZCollaborationFunctionCollection\fetchParticipantMap(), eZContentFunctionCollection\fetchPendingList(), eZContentFunctionCollection\fetchRelatedObjects(), eZShopFunctionCollection\fetchRelatedPurchaseList(), eZContentFunctionCollection\fetchReverseRelatedObjects(), eZContentObject\fetchSameClassList(), eZSearchFunctionCollection\fetchSearchList(), eZDBSchemaInterface\fetchTableData(), eZContentFunctionCollection\fetchTipafriendTopList(), eZViewCounter\fetchTopList(), eZContentFunctionCollection\fetchTrashObjectList(), eZUser\fetchUnactivated(), eZNotificationEvent\fetchUnhandledList(), eZContentFunctionCollection\fetchVersionList(), eZShopFunctionCollection\fetchWishList(), eZUser\generateUserCacheForFile(), eZURL\handleList(), eZContentClassAttribute\initializeObjectAttributes(), eZWishList\items(), eZUser\limitValueList(), eZNotificationEventFilter\process(), ezpUrlObjectLinkUpdate\processData(), eZContentObject\relatedObjects(), eZContentObjectVersion\removeVersions(), eZNamePatternResolver\resolveNamePattern(), eZSubTreeHandler\rules(), eZScriptClusterPurge\run(), eZLintSchema\shortenIdentifier(), eZContentObjectVersion\statusList(), eZOrder\statusModificationList(), eZNotificationFunctionCollection\subscribedNodes(), eZCollaborationGroup\subTree(), eZContentObjectTreeNode\subTreeByNodeID(), eZContentObjectTreeNode\subTreeMultiPaths(), eZContentObjectTrashNode\trashList(), eZISBN10To13Converter\updateContentFromClassAttribute(), eZContentClass\versionHistoryLimit(), and eZContentObject\versions().
| $options |
$script->getOptions( "[clear-node:][clear-subtree:]", "", array( 'clear-node' => ( "Clears all content caches related to a given node,\n" . "pass either node ID or nice url of node.\n" . "Separate multiple nodes with a comma." ), 'clear-subtree' => ( "Clears all content caches related to a given node subtree,\n" . "subtree expects a nice url as input.\n" . "Separate multiple subtrees with a comma" ) ) )
Definition at line 28 of file bin/php/ezcontentcache.php.
eZScript::instance( array( 'description' => ( "eZ Publish Content Cache Handler\n" . "Allows for easy clearing of Content Caches\n" . "\n" . "Clearing node for content and users tree\n" . "./bin/ezcontentcache.php --clear-node=/,5\n" . "Clearing subtree for content tree\n" . "./bin/ezcontentcache.php --clear-subtree=/" ), 'use-session' => false, 'use-modules' => false, 'use-extensions' => true ) )
Definition at line 15 of file bin/php/ezcontentcache.php.
| $sys = eZSys::instance() |
Definition at line 36 of file bin/php/ezcontentcache.php.