PHP Class Sulu\Component\HttpCache\CacheLifetimeResolver

Inheritance: implements Sulu\Component\HttpCache\CacheLifetimeResolverInterface
Afficher le fichier Open project: sulu/sulu

Protected Properties

Свойство Type Description
$cacheLifetimes array Cached cache lifetimes.
$types array Cache lifetime types.

Méthodes publiques

Méthode Description
resolve ( $type, $value )
supports ( $type, $value )

Méthodes protégées

Méthode Description
getCacheLifetimeForExpression ( string $expression ) : integer

Method Details

getCacheLifetimeForExpression() protected méthode

protected getCacheLifetimeForExpression ( string $expression ) : integer
$expression string Cron expression
Résultat integer Cache lifetime in seconds

resolve() public méthode

public resolve ( $type, $value )

supports() public méthode

public supports ( $type, $value )

Property Details

$cacheLifetimes protected_oe property

Cached cache lifetimes.
protected array $cacheLifetimes
Résultat array

$types protected_oe static_oe property

Cache lifetime types.
protected static array $types
Résultat array