Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102366154
PhabricatorChangesetCachePurger.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
Wed, Feb 19, 23:25
Size
346 B
Mime Type
text/x-php
Expires
Fri, Feb 21, 23:25 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24339624
Attached To
rPH Phabricator
PhabricatorChangesetCachePurger.php
View Options
<?php
final
class
PhabricatorChangesetCachePurger
extends
PhabricatorCachePurger
{
const
PURGERKEY
=
'changeset'
;
public
function
purgeCache
()
{
$table
=
new
DifferentialChangeset
();
$conn
=
$table
->
establishConnection
(
'w'
);
queryfx
(
$conn
,
'TRUNCATE TABLE %T'
,
DifferentialChangeset
::
TABLE_CACHE
);
}
}
Event Timeline
Log In to Comment