return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
getKeys(...\
func_get_args());
} public function getMultiple($keys) { return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
getMultiple(...\
func_get_args());
} public function lGet($key,
$index) { return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
lGet(...\
func_get_args());
} public function lGetRange($key,
$start,
$end) { return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
lGetRange(...\
func_get_args());
} public function lRemove($key,
$value,
$count) { return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
lRemove(...\
func_get_args());
}