PHP 클래스 Pimcore\Cache\Tool\Warming

파일 보기 프로젝트 열기: pimcore/pimcore 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$perIteration integer
$timoutBetweenIteration integer

공개 메소드들

메소드 설명
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 )

보호된 메소드들

메소드 설명
loadToCache ( AbstractListing $list )

메소드 상세

assets() 공개 정적인 메소드

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

documents() 공개 정적인 메소드

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

getPerIteration() 공개 정적인 메소드

public static getPerIteration ( ) : integer
리턴 integer

getTimoutBetweenIteration() 공개 정적인 메소드

public static getTimoutBetweenIteration ( ) : integer
리턴 integer

loadElementToCache() 공개 정적인 메소드

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

loadToCache() 보호된 정적인 메소드

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

objects() 공개 정적인 메소드

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

setPerIteration() 공개 정적인 메소드

public static setPerIteration ( integer $perIteration )
$perIteration integer

setTimoutBetweenIteration() 공개 정적인 메소드

public static setTimoutBetweenIteration ( integer $timoutBetweenIteration )
$timoutBetweenIteration integer

프로퍼티 상세

$perIteration 보호되어 있는 정적으로 프로퍼티

protected static int $perIteration
리턴 integer

$timoutBetweenIteration 보호되어 있는 정적으로 프로퍼티

protected static int $timoutBetweenIteration
리턴 integer