InMemoryCache implements Cache
FinalYes
Interfaces
Methods
Methods
__construct()
public
__construct() : mixed
clear()
public
clear() : void
delete()
public
delete(string $key) : void
Parameters
- $key : string
get()
public
get(string $key) : Rows
Parameters
- $key : string
Tags
Return values
Rowshas()
public
has(string $key) : bool
Parameters
- $key : string
Return values
boolset()
public
set(string $key, Rows $value) : void
Parameters
- $key : string
- $value : Rows