MediaWiki REL1_35
IStoreKeyEncoder.php
Go to the documentation of this file.
1<?php
2
9interface IStoreKeyEncoder {
17 public function makeGlobalKey( $class, ...$components );
18
26 public function makeKey( $class, ...$components );
27}
Generic interface for object stores with key encoding methods.
makeKey( $class,... $components)
Make a cache key, scoped to this instance's keyspace.
makeGlobalKey( $class,... $components)
Make a global cache key.