PHP Класс Sulu\Component\Cache\Memoize

Наследование: implements Sulu\Component\Cache\MemoizeInterface
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$cache Doctrine\Common\Cache\Cache
$defaultLifeTime integer

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

Метод Описание
__construct ( Doctrine\Common\Cache\Cache $cache, $defaultLifeTime ) Constructor.
memoize ( $compute, $lifeTime = null )
memoizeById ( $id, $arguments, $compute, $lifeTime = null )

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

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

Constructor.
public __construct ( Doctrine\Common\Cache\Cache $cache, $defaultLifeTime )
$cache Doctrine\Common\Cache\Cache

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

public memoize ( $compute, $lifeTime = null )

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

public memoizeById ( $id, $arguments, $compute, $lifeTime = null )

Описание свойств

$cache защищенное свойство

protected Cache,Doctrine\Common\Cache $cache
Результат Doctrine\Common\Cache\Cache

$defaultLifeTime защищенное свойство

protected int $defaultLifeTime
Результат integer