Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F430534
PhabricatorMarkupCache.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
467 B
Referenced Files
None
Subscribers
None
PhabricatorMarkupCache.php
View Options
<?php
final
class
PhabricatorMarkupCache
extends
PhabricatorCacheDAO
{
protected
$cacheKey
;
protected
$cacheData
;
protected
$metadata
;
public
function
getConfiguration
()
{
return
array
(
self
::
CONFIG_SERIALIZATION
=>
array
(
'cacheData'
=>
self
::
SERIALIZATION_PHP
,
'metadata'
=>
self
::
SERIALIZATION_JSON
,
),
self
::
CONFIG_BINARY
=>
array
(
'cacheData'
=>
true
,
),
)
+
parent
::
getConfiguration
();
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 3, 10:40 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
60267
Default Alt Text
PhabricatorMarkupCache.php (467 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment