final class SessionCache (View source)

Methods

static bool
has(string $name)

No description

static mixed
get(string $name, callable|null $defaultValueCallback = null)

No description

static void
set(string $name, mixed $value)

No description

static void
remove(string $name)

No description

Details

static bool has(string $name)

No description

Parameters

string $name

Return Value

bool

static mixed get(string $name, callable|null $defaultValueCallback = null)

No description

Parameters

string $name
callable|null $defaultValueCallback

Return Value

mixed

static void set(string $name, mixed $value)

No description

Parameters

string $name
mixed $value

Return Value

void

static void remove(string $name)

No description

Parameters

string $name

Return Value

void