MediaWiki REL1_35
|
Generic interface for object stores with key encoding methods. More...
Public Member Functions | |
makeGlobalKey ( $class,... $components) | |
Make a global cache key. | |
makeKey ( $class,... $components) | |
Make a cache key, scoped to this instance's keyspace. | |
Generic interface for object stores with key encoding methods.
Definition at line 9 of file IStoreKeyEncoder.php.
IStoreKeyEncoder::makeGlobalKey | ( | $class, | |
$components | |||
) |
Make a global cache key.
string | $class | Key class |
string|int | ...$components Key components (starting with a key collection name) |
Implemented in BagOStuff, CachedBagOStuff, MediumSpecificBagOStuff, MultiWriteBagOStuff, ReplicatedBagOStuff, and WANObjectCache.
IStoreKeyEncoder::makeKey | ( | $class, | |
$components | |||
) |
Make a cache key, scoped to this instance's keyspace.
string | $class | Key class |
string|int | ...$components Key components (starting with a key collection name) |
Implemented in BagOStuff, CachedBagOStuff, MediumSpecificBagOStuff, MultiWriteBagOStuff, ReplicatedBagOStuff, and WANObjectCache.