PHP 클래스 Sulu\Component\HttpCache\CacheLifetimeResolver

상속: implements Sulu\Component\HttpCache\CacheLifetimeResolverInterface
파일 보기 프로젝트 열기: sulu/sulu

보호된 프로퍼티들

프로퍼티 타입 설명
$cacheLifetimes array Cached cache lifetimes.
$types array Cache lifetime types.

공개 메소드들

메소드 설명
resolve ( $type, $value )
supports ( $type, $value )

보호된 메소드들

메소드 설명
getCacheLifetimeForExpression ( string $expression ) : integer

메소드 상세

getCacheLifetimeForExpression() 보호된 메소드

protected getCacheLifetimeForExpression ( string $expression ) : integer
$expression string Cron expression
리턴 integer Cache lifetime in seconds

resolve() 공개 메소드

public resolve ( $type, $value )

supports() 공개 메소드

public supports ( $type, $value )

프로퍼티 상세

$cacheLifetimes 보호되어 있는 프로퍼티

Cached cache lifetimes.
protected array $cacheLifetimes
리턴 array

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

Cache lifetime types.
protected static array $types
리턴 array