Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F957602
PhabricatorMarkupCache.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
799 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
,
),
self
::
CONFIG_COLUMN_SCHEMA
=>
array
(
'cacheKey'
=>
'text128'
,
),
self
::
CONFIG_KEY_SCHEMA
=>
array
(
'cacheKey'
=>
array
(
'columns'
=>
array
(
'cacheKey'
),
'unique'
=>
true
,
),
'dateCreated'
=>
array
(
'columns'
=>
array
(
'dateCreated'
),
),
),
)
+
parent
::
getConfiguration
();
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Jun 17, 7:30 PM (1 d, 23 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
228355
Default Alt Text
PhabricatorMarkupCache.php (799 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment