Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F679875
manage_cache.php
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
556 B
Referenced Files
None
Subscribers
None
manage_cache.php
View Options
#!/usr/bin/env php
<?php
$root
=
dirname
(
dirname
(
dirname
(
__FILE__
)));
require_once
$root
.
'/scripts/__init_script__.php'
;
$args
=
new
PhutilArgumentParser
(
$argv
);
$args
->
setTagline
(
pht
(
'manage cache'
));
$args
->
setSynopsis
(
<<<EOSYNOPSIS
**cache** __command__ [__options__]
Manage Phabricator caches.
EOSYNOPSIS
);
$args
->
parseStandardArguments
();
$workflows
=
id
(
new
PhutilClassMapQuery
())
->
setAncestorClass
(
'PhabricatorCacheManagementWorkflow'
)
->
execute
();
$workflows
[]
=
new
PhutilHelpArgumentWorkflow
();
$args
->
parseWorkflows
(
$workflows
);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, May 27, 8:50 AM (1 d, 11 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
164414
Default Alt Text
manage_cache.php (556 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment