PHP Class Pimcore\Cache\Tool\Warming

Afficher le fichier Open project: pimcore/pimcore Class Usage Examples

Protected Properties

Свойство Type Description
$perIteration integer
$timoutBetweenIteration integer

Méthodes publiques

Méthode Description
assets ( array $types = null ) : void
documents ( array $types = null ) : void
getPerIteration ( ) : integer
getTimoutBetweenIteration ( ) : integer
loadElementToCache ( $element ) Adds a Pimcore Object/Asset/Document to the cache
objects ( array $types = null, $classes = null ) : void
setPerIteration ( integer $perIteration )
setTimoutBetweenIteration ( integer $timoutBetweenIteration )

Méthodes protégées

Méthode Description
loadToCache ( AbstractListing $list )

Method Details

assets() public static méthode

public static assets ( array $types = null ) : void
$types array
Résultat void

documents() public static méthode

public static documents ( array $types = null ) : void
$types array
Résultat void

getPerIteration() public static méthode

public static getPerIteration ( ) : integer
Résultat integer

getTimoutBetweenIteration() public static méthode

public static getTimoutBetweenIteration ( ) : integer
Résultat integer

loadElementToCache() public static méthode

Adds a Pimcore Object/Asset/Document to the cache
public static loadElementToCache ( $element )
$element

loadToCache() protected static méthode

protected static loadToCache ( AbstractListing $list )
$list Pimcore\Model\Listing\AbstractListing

objects() public static méthode

public static objects ( array $types = null, $classes = null ) : void
$types array
Résultat void

setPerIteration() public static méthode

public static setPerIteration ( integer $perIteration )
$perIteration integer

setTimoutBetweenIteration() public static méthode

public static setTimoutBetweenIteration ( integer $timoutBetweenIteration )
$timoutBetweenIteration integer

Property Details

$perIteration protected_oe static_oe property

protected static int $perIteration
Résultat integer

$timoutBetweenIteration protected_oe static_oe property

protected static int $timoutBetweenIteration
Résultat integer