Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Overtrue
PHPLint
Cache
exists
Overtrue\PHPLint\Cache::exists PHP Method
Cache Class Documentation
Mostrar archivo
Open project: overtrue/phplint
exists()
public
static
method
Check cache exists.
public
static
exists
( ) :
boolean
return
boolean
public static function exists() { return file_exists(self::getFilename()); }
Cache
exists
get
getFilename
isCached
put