StorageContract
interface StorageContract
Methods
void
add(string $key, mixed $value, int $minutes)
No description
void
forever(string $key, mixed $value)
No description
mixed
get(string $key)
No description
bool
destroy(string $key)
No description
void
flush()
No description
Details
at line 9
void
add(string $key, mixed $value, int $minutes)
No description
at line 11
void
forever(string $key, mixed $value)
No description
at line 13
mixed
get(string $key)
No description
at line 15
bool
destroy(string $key)
No description
at line 17
void
flush()
No description