MediaWiki master
|
Key-encoding methods for object caching (BagOStuff and WANObjectCache) More...
Inherited by BagOStuff, and WANObjectCache.
Public Member Functions | |
makeGlobalKey ( $keygroup,... $components) | |
makeKey ( $keygroup,... $components) | |
Key-encoding methods for object caching (BagOStuff and WANObjectCache)
Definition at line 9 of file IStoreKeyEncoder.php.
IStoreKeyEncoder::makeGlobalKey | ( | $keygroup, | |
$components | |||
) |
string | $keygroup | |
string|int | ...$components |
Implemented in BagOStuff, and WANObjectCache.
Referenced by Wikimedia\Rdbms\LoadMonitor\makeStateKey().
IStoreKeyEncoder::makeKey | ( | $keygroup, | |
$components | |||
) |
string | $keygroup | |
string|int | ...$components |
Implemented in BagOStuff, and WANObjectCache.