Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Prado
Web
UI
WebControls
TOutputCacheCalculateKeyEventParameter
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
)