Class TOutputCacheCalculateKeyEventParameter
TOutputCacheCalculateKeyEventParameter class
TOutputCacheCalculateKeyEventParameter encapsulates the parameter data for OnCalculateKey event of TOutputCache control.
Method Summary |
string
|
|
void
|
|
Methods Inherited From TComponent |
TComponent::addParsedObject(), TComponent::attachEventHandler(), TComponent::canGetProperty(), TComponent::canSetProperty(), TComponent::createdOnTemplate(), TComponent::detachEventHandler(), TComponent::evaluateExpression(), TComponent::evaluateStatements(), TComponent::getEventHandlers(), TComponent::getSubProperty(), TComponent::hasEvent(), TComponent::hasEventHandler(), TComponent::hasProperty(), TComponent::raiseEvent(), TComponent::setSubProperty(), TComponent::__get(), TComponent::__set()
|
Method Details |
getCacheKey
public string getCacheKey |
() |
Output |
string
| cache key to be appended to the default calculation scheme. |
Exception |
|
setCacheKey
public void setCacheKey |
(string $value ) |
Input |
string | $value | cache key to be appended to the default calculation scheme |
Output |
Exception |
|
|