MediaWiki master
Wikimedia\ObjectCache\IStoreKeyEncoder Interface Reference

Key-encoding methods for object caching (BagOStuff and WANObjectCache) More...

Inherited by WANObjectCache, and Wikimedia\ObjectCache\BagOStuff.

Public Member Functions

 makeGlobalKey ( $keygroup,... $components)
 
 makeKey ( $keygroup,... $components)
 

Detailed Description

Key-encoding methods for object caching (BagOStuff and WANObjectCache)

Since
1.34

Definition at line 11 of file IStoreKeyEncoder.php.

Member Function Documentation

◆ makeGlobalKey()

Wikimedia\ObjectCache\IStoreKeyEncoder::makeGlobalKey ( $keygroup,
$components )
See also
BagOStuff::makeGlobalKey
Parameters
string$keygroup
string|int...$components
Returns
string

Implemented in Wikimedia\ObjectCache\BagOStuff, and WANObjectCache.

Referenced by Wikimedia\Rdbms\LoadMonitor\makeStateKey().

◆ makeKey()

Wikimedia\ObjectCache\IStoreKeyEncoder::makeKey ( $keygroup,
$components )
See also
BagOStuff::makeKey
Parameters
string$keygroup
string|int...$components
Returns
string

Implemented in Wikimedia\ObjectCache\BagOStuff, and WANObjectCache.


The documentation for this interface was generated from the following file: