Represents a simple cache interface.
Methods | ||
---|---|---|
public
|
get(string $key): mixed|null
|
# |
public
|
set(string $key, mixed $value, int $ttl = 0)
|
# |
public
|
remove(string $key)
|
# |