RatedCache
Table of Contents
Methods
-
__construct()
: mixed
-
clear()
: void
-
get()
: array<string|int, mixed>|null
-
set()
: void
__construct()
public
__construct([int $limit = 500 ]) : mixed
Parameters
-
$limit
: int
= 500
-
clear()
public
clear() : void
get()
public
get(string $key) : array<string|int, mixed>|null
Parameters
-
$key
: string
-
Return values
array<string|int, mixed>|null
set()
public
set(string $key, array<string|int, mixed> $value) : void
Parameters
-
$key
: string
-
-
$value
: array<string|int, mixed>
-