PHP Интерфейс Sulu\Component\HttpCache\CacheLifetimeResolverInterface

Показать файл Открыть проект Примеры использования интерфейса

Открытые методы

Метод Описание
resolve ( string $type, mixed $value ) : integer Get cache lifetime in seconds.
supports ( string $type, mixed $value ) : boolean Returns true if combination of type and value is supported.

Описание методов

resolve() публичный Метод

Get cache lifetime in seconds.
public resolve ( string $type, mixed $value ) : integer
$type string
$value mixed
Результат integer Cache lifetime in seconds

supports() публичный Метод

Returns true if combination of type and value is supported.
public supports ( string $type, mixed $value ) : boolean
$type string
$value mixed
Результат boolean