Lavender\Cloud\Sina\Cache\KvdbStore::forever PHP Method

forever() public method

This is just an alias for put.
public forever ( string $key, mixed $value ) : void
$key string
$value mixed
return void
    public function forever($key, $value)
    {
        return $this->put($key, $value);
    }