Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Airship
Engine
Contract
CacheInterface
get
Airship\Engine\Contract\CacheInterface::get PHP Method
CacheInterface Interface Documentation
Mostra file
Open project: paragonie/airship
get()
public
method
Get a cache entry
public
get
(
string
$key
) :
null
|
mixed
$key
string
return
null
|
mixed
public function get(string $key);
CacheInterface
delete
get
set