$value * * Implementations will serialize $value. * * @param string $key the cachke key * @param string $value data */ public function set($key, $value); /** * Removes the key/data pair. * * @param String $key */ public function delete($key); }