|
eZ Publish
[4.0]
|
Go to the source code of this file.
Variables | |
| $cli = eZCLI::instance() | |
| $force = $options['force'] | |
| $options | |
| $script | |
| $staticCache = new eZStaticCache() | |
| $cli = eZCLI::instance() |
Definition at line 35 of file makestaticcache.php.
| $force = $options['force'] |
Definition at line 49 of file makestaticcache.php.
| $options |
$script->getOptions( "[f|force]", "", array( 'force' => "Force generation of cache files even if they already exist." ) )
Definition at line 45 of file makestaticcache.php.
eZScript::instance( array( 'description' => ( "eZ Publish static cache generator\n" . "\n" . "./bin/makestaticcache.php --siteaccess user" ), 'use-session' => false, 'use-modules' => true, 'use-extensions' => true ) )
Definition at line 36 of file makestaticcache.php.
| $staticCache = new eZStaticCache() |
Definition at line 58 of file makestaticcache.php.
Referenced by eZContentCacheManager\clearObjectViewCache(), eZContentCacheManager\generateObjectViewCache(), and eZContentObjectTreeNode\removeThis().