PHP Class Pimcore\Cache\Tool\Warming

Datei anzeigen Open project: pimcore/pimcore Class Usage Examples

Protected Properties

Property Type Description
$perIteration integer
$timoutBetweenIteration integer

Public Methods

Method 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 )

Protected Methods

Method Description
loadToCache ( AbstractListing $list )

Method Details

assets() public static method

public static assets ( array $types = null ) : void
$types array
return void

documents() public static method

public static documents ( array $types = null ) : void
$types array
return void

getPerIteration() public static method

public static getPerIteration ( ) : integer
return integer

getTimoutBetweenIteration() public static method

public static getTimoutBetweenIteration ( ) : integer
return integer

loadElementToCache() public static method

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

loadToCache() protected static method

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

objects() public static method

public static objects ( array $types = null, $classes = null ) : void
$types array
return void

setPerIteration() public static method

public static setPerIteration ( integer $perIteration )
$perIteration integer

setTimoutBetweenIteration() public static method

public static setTimoutBetweenIteration ( integer $timoutBetweenIteration )
$timoutBetweenIteration integer

Property Details

$perIteration protected_oe static_oe property

protected static int $perIteration
return integer

$timoutBetweenIteration protected_oe static_oe property

protected static int $timoutBetweenIteration
return integer