32 public function makeKey( $collection, ...$components );
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.