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