Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92652173
PhabricatorRemarkupCachePurger.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Nov 22, 10:03
Size
333 B
Mime Type
text/x-php
Expires
Sun, Nov 24, 10:03 (2 d)
Engine
blob
Format
Raw Data
Handle
22478755
Attached To
rPH Phabricator
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
());
}
}
Event Timeline
Log In to Comment