Toggle navigation
Hot Examples
RU
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Найти
Главная
Pheasant
Cache
PHP Интерфейс Pheasant\Cache
Показать файл
Открыть проект
Открытые методы
Метод
Описание
add
(
$object
)
Add or override a row in the cache. Expects a DomainObject
clear
( )
Clears the entire cache
get
(
$hash
) :
array
Gets a row from the cache, or returns false
has
(
$hash
) :
boolean
Описание методов
add()
публичный
Метод
Add or override a row in the cache. Expects a DomainObject
public
add
(
$object
)
clear()
публичный
Метод
Clears the entire cache
public
clear
( )
get()
публичный
Метод
Gets a row from the cache, or returns false
public
get
(
$hash
) :
array
Результат
array
has()
публичный
Метод
public
has
(
$hash
) :
boolean
Результат
boolean