MediaWiki master
IStoreKeyEncoder.php
Go to the documentation of this file.
1<?php
2
9interface IStoreKeyEncoder {
16 public function makeGlobalKey( $keygroup, ...$components );
17
24 public function makeKey( $keygroup, ...$components );
25}
Key-encoding methods for object caching (BagOStuff and WANObjectCache)
makeKey( $keygroup,... $components)
makeGlobalKey( $keygroup,... $components)