|
eZ Publish
[4.0]
|
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 35 of file bin/php/ezcontentcache.php.
| $limit = 50 |
Definition at line 65 of file bin/php/ezcontentcache.php.
Referenced by eZDBFileHandlerMysqlBackend\_purgeByLike(), eZOrder\active(), eZPostgreSQLDB\arrayQuery(), eZMySQLiDB\arrayQuery(), eZMySQLDB\arrayQuery(), eZContentObjectTreeNode\calendar(), eZOrder\canModifyStatus(), eZBasket\cleanup(), eZBasket\cleanupExpired(), eZDBGarbageCollector\collectBaskets(), eZDBGarbageCollector\collectProductCollectionItemOptions(), eZDBGarbageCollector\collectProductCollectionItems(), eZDBGarbageCollector\collectProductCollections(), convertSerializedData(), convertXMLData(), eZURLWildcard\createCache(), eZContentObjectTreeNode\createNodesConditionSQLStringFromPath(), eZOrder\customerList(), eZSection\fetchByOffset(), eZRole\fetchByOffset(), eZContentObjectTreeNode\fetchClassIdentifierListByPathString(), eZInformationCollection\fetchCollectionsList(), eZContentObjectVersion\fetchFiltered(), eZSection\fetchFilteredList(), eZContentObject\fetchFilteredList(), eZCollaborationItemMessageLink\fetchItemList(), eZContentClassName\fetchList(), eZSubtreeNotificationRule\fetchList(), eZProductCollectionItem\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(), eZURL\handleList(), eZWishList\items(), eZUser\limitValueList(), ezpUrlObjectLinkUpdate\processData(), eZContentObjectVersion\removeVersions(), eZSubTreeHandler\rules(), eZLintSchema\shortenIdentifier(), eZContentObjectVersion\statusList(), eZOrder\statusModificationList(), eZCollaborationGroup\subTree(), eZContentObjectTreeNode\subTreeByNodeID(), eZContentObjectTreeNode\subTreeMultiPaths(), eZContentObjectTrashNode\trashList(), and eZISBN10To13Converter\updateContentFromClassAttribute().
| $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 49 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 36 of file bin/php/ezcontentcache.php.
| $sys = eZSys::instance() |
Definition at line 57 of file bin/php/ezcontentcache.php.