MediaWiki
REL1_35
IStoreKeyEncoder.php
Go to the documentation of this file.
1
<?php
2
9
interface
IStoreKeyEncoder
{
17
public
function
makeGlobalKey
( $class, ...$components );
18
26
public
function
makeKey
( $class, ...$components );
27
}
IStoreKeyEncoder
Generic interface for object stores with key encoding methods.
Definition
IStoreKeyEncoder.php:9
IStoreKeyEncoder\makeKey
makeKey( $class,... $components)
Make a cache key, scoped to this instance's keyspace.
IStoreKeyEncoder\makeGlobalKey
makeGlobalKey( $class,... $components)
Make a global cache key.
includes
libs
objectcache
IStoreKeyEncoder.php
Generated on Sat Apr 6 2024 00:07:24 for MediaWiki by
1.9.8