public init(string $namespace): void
Parameter | Type | Description |
---|
$namespace | string | |
public has(string $key, bool $checkEmpty): bool
Parameter | Type | Description |
---|
$key | string | |
$checkEmpty | bool | |
public get(string $key): mixed
Parameter | Type | Description |
---|
$key | string | |
public set(string $key, mixed $value, int $timeout): bool
Parameter | Type | Description |
---|
$key | string | |
$value | mixed | |
$timeout | int | |
public remove(string $key): bool
Parameter | Type | Description |
---|
$key | string | |
public setOption(string $key, mixed $value): void
Parameter | Type | Description |
---|
$key | string | |
$value | mixed | |
Generated by Hazaar API Doc Generator