MediaWiki REL1_37
IStoreKeyEncoder.php
Go to the documentation of this file.
1<?php
2
9interface IStoreKeyEncoder {
20 public function makeGlobalKey( $collection, ...$components );
21
32 public function makeKey( $collection, ...$components );
33}
Generic interface for object stores with key encoding methods.
makeGlobalKey( $collection,... $components)
Make a cache key using the "global" keyspace for the given components.
makeKey( $collection,... $components)
Make a cache key using the default keyspace for the given components.