PHP Class Prado\Web\UI\WebControls\TOutputCacheCheckDependencyEventParameter

TOutputCacheCheckDependencyEventParameter encapsulates the parameter data for OnCheckDependency event of {@link TOutputCache} control.
Since: 3.0
Author: Qiang Xue ([email protected])
Inheritance: extends Prado\TEventParameter
Afficher le fichier Open project: pradosoft/prado Class Usage Examples

Méthodes publiques

Méthode Description
getCacheTime ( ) : integer
getIsValid ( ) : boolean
setCacheTime ( $value )
setIsValid ( $value )

Method Details

getCacheTime() public méthode

Since: 3.1.1
public getCacheTime ( ) : integer
Résultat integer the timestamp of the cached result. You may use this to help determine any dependency is changed.

getIsValid() public méthode

public getIsValid ( ) : boolean
Résultat boolean whether the dependency remains valid. Defaults to true.

setCacheTime() public méthode

Since: 3.1.1
public setCacheTime ( $value )

setIsValid() public méthode

public setIsValid ( $value )