Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2890805
PhabricatorRemarkupCachePurger.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
333 B
Referenced Files
None
Subscribers
None
PhabricatorRemarkupCachePurger.php
View Options
<?php
final
class
PhabricatorRemarkupCachePurger
extends
PhabricatorCachePurger
{
const
PURGERKEY
=
'remarkup'
;
public
function
purgeCache
(
)
{
$table
=
new
PhabricatorMarkupCache
(
)
;
$conn
=
$table
->
establishConnection
(
'w'
)
;
queryfx
(
$conn
,
'TRUNCATE TABLE %T'
,
$table
->
getTableName
(
)
)
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Jan 19, 14:08 (3 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1125361
Default Alt Text
PhabricatorRemarkupCachePurger.php (333 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment