PHP Class Prado\Web\UI\WebControls\TOutputCacheCalculateKeyEventParameter

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

Méthodes publiques

Méthode Description
getCacheKey ( ) : string
setCacheKey ( $value )

Method Details

getCacheKey() public méthode

public getCacheKey ( ) : string
Résultat string cache key to be appended to the default calculation scheme.

setCacheKey() public méthode

public setCacheKey ( $value )