SessionCache
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
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