MediaWiki REL1_39
IStoreKeyEncoder.php
Go to the documentation of this file.
1<?php
2
9interface IStoreKeyEncoder {
24 public function makeGlobalKey( $collection, ...$components );
25
40 public function makeKey( $collection, ...$components );
41}
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.