Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1426932
IStoreKeyEncoder.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
676 B
Referenced Files
None
Subscribers
None
IStoreKeyEncoder.php
View Options
<?php
namespace
Wikimedia\ObjectCache
;
/**
* Key-encoding methods for object caching (BagOStuff and WANObjectCache)
*
* @ingroup Cache
* @since 1.34
*/
interface
IStoreKeyEncoder
{
/**
* @see BagOStuff::makeGlobalKey
*
* @param string $keygroup
* @param string|int ...$components
*
* @return string
*/
public
function
makeGlobalKey
(
$keygroup
,
...
$components
);
/**
* @see BagOStuff::makeKey
*
* @param string $keygroup
* @param string|int ...$components
*
* @return string
*/
public
function
makeKey
(
$keygroup
,
...
$components
);
}
/** @deprecated class alias since 1.43 */
class_alias
(
IStoreKeyEncoder
::
class
,
'IStoreKeyEncoder'
);
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 13:56 (1 d, 18 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
48/d3/24020405a62cc4bd93f0e65db6c5
Default Alt Text
IStoreKeyEncoder.php (676 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment