Class TOutputCacheCheckDependencyEventParameter
TOutputCacheCheckDependencyEventParameter class
TOutputCacheCheckDependencyEventParameter encapsulates the parameter data for OnCheckDependency event of TOutputCache control.
| Method Summary |
|
integer
|
|
|
boolean
|
|
|
void
|
|
|
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 |
getCacheTime
| public integer getCacheTime |
() |
| Output |
|
integer
| the timestamp of the cached result. You may use this to help determine any dependency is changed. |
| Exception |
|
getIsValid
| public boolean getIsValid |
() |
| Output |
|
boolean
| whether the dependency remains valid. Defaults to true. |
| Exception |
|
setCacheTime
| public void setCacheTime |
(integer $value ) |
| Input |
| integer | $value | the timestamp of the cached result. This is used internally. |
| Output |
| Exception |
|
setIsValid
| public void setIsValid |
(boolean $value ) |
| Input |
| boolean | $value | whether the dependency remains valid |
| Output |
| Exception |
|
|