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
ファイルを表示 Open project: pradosoft/prado

Public Methods

Method Description
getCacheKey ( ) : string
setCacheKey ( $value )

Method Details

getCacheKey() public method

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

setCacheKey() public method

public setCacheKey ( $value )