|
eZ Publish
[4.2]
|
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 32 of file bin/php/ezcontentcache.php.
| $limit = 50 |
Definition at line 59 of file bin/php/ezcontentcache.php.
Referenced by eZDBFileHandlerMysqlBackend\_purgeByLike(), eZDFSFileHandlerMySQLBackend\_purgeByLike(), eZOrder\active(), eZContentCacheManager\appendKeywordNodeIDs(), eZPostgreSQLDB\arrayQuery(), eZMySQLiDB\arrayQuery(), eZMySQLDB\arrayQuery(), 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(), eZDBFileHandlerMysqlBackend\expiredFilesList(), eZContentObjectStateGroup\fetchByConditions(), eZContentObjectState\fetchByConditions(), eZContentObjectState\fetchByGroup(), eZSection\fetchByOffset(), eZContentObjectStateGroup\fetchByOffset(), eZRole\fetchByOffset(), eZContentObjectTreeNode\fetchClassIdentifierListByPathString(), eZInformationCollection\fetchCollectionsList(), eZDBFileHandler\fetchExpiredBinaryItems(), eZDFSFileHandler\fetchExpiredBinaryItems(), eZDBFileHandler\fetchExpiredItems(), eZDFSFileHandler\fetchExpiredItems(), eZContentObjectVersion\fetchFiltered(), eZSection\fetchFilteredList(), eZContentObject\fetchFilteredList(), eZCollaborationItemMessageLink\fetchItemList(), eZContentClassName\fetchList(), eZSubtreeNotificationRule\fetchList(), eZProductCollectionItem\fetchList(), eZNotificationEvent\fetchList(), eZURLWildcard\fetchList(), eZWorkflowProcess\fetchList(), eZContentObjectTreeNode\fetchList(), eZContentObject\fetchList(), eZContentClass\fetchList(), eZContentObjectAttribute\fetchListByClassID(), eZContentBrowseBookmark\fetchListForUser(), eZCollaborationItem\fetchListTool(), eZUser\fetchLoggedInList(), eZContentObjectTreeNode\fetchNodesByPathString(), eZPersistentObject\fetchObjectList(), eZCollaborationItemParticipantLink\fetchParticipantList(), eZContentObject\fetchSameClassList(), eZViewCounter\fetchTopList(), eZNotificationEvent\fetchUnhandledList(), eZURL\handleList(), eZWishList\items(), eZUser\limitValueList(), eZNotificationEventFilter\process(), ezpUrlObjectLinkUpdate\processData(), eZContentObject\relatedObjects(), eZContentObjectVersion\removeVersions(), eZSubTreeHandler\rules(), eZScriptClusterPurge\run(), eZLintSchema\shortenIdentifier(), eZContentObjectVersion\statusList(), eZOrder\statusModificationList(), eZCollaborationGroup\subTree(), eZContentObjectTreeNode\subTreeByNodeID(), eZContentObjectTreeNode\subTreeMultiPaths(), eZContentObjectTrashNode\trashList(), eZISBN10To13Converter\updateContentFromClassAttribute(), and eZContentClass\versionHistoryLimit().
| $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 46 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 33 of file bin/php/ezcontentcache.php.
| $sys = eZSys::instance() |
Definition at line 54 of file bin/php/ezcontentcache.php.