Class TOutputCacheCheckDependencyEventParameter

Description

TOutputCacheCheckDependencyEventParameter class

TOutputCacheCheckDependencyEventParameter encapsulates the parameter data for OnCheckDependency event of TOutputCache control.

  • author: Qiang Xue <qiang.xue@gmail.com>
  • version: $Id: TOutputCache.php 3111 2012-02-14 07:58:17Z ctrlaltca@gmail.com $
  • since: 3.0

Located in /Web/UI/WebControls/TOutputCache.php (line 510)

TComponent
   |
   --TEventParameter
      |
      --TOutputCacheCheckDependencyEventParameter
Method Summary
integer getCacheTime ()
boolean getIsValid ()
void setCacheTime (integer $value)
void setIsValid (boolean $value)
Methods
getCacheTime (line 535)
  • return: the timestamp of the cached result. You may use this to help determine any dependency is changed.
  • since: 3.1.1
  • access: public
integer getCacheTime ()
getIsValid (line 518)
  • return: whether the dependency remains valid. Defaults to true.
  • access: public
boolean getIsValid ()
setCacheTime (line 544)
  • since: 3.1.1
  • access: public
void setCacheTime (integer $value)
  • integer $value: the timestamp of the cached result. This is used internally.
setIsValid (line 526)
  • access: public
void setIsValid (boolean $value)
  • boolean $value: whether the dependency remains valid

Inherited 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::__call()
TComponent::__get()
TComponent::__set()
TComponent::__sleep()
TComponent::__wakeup()

Documentation generated on Mon, 25 Jun 2012 14:38:48 +0200 by phpDocumentor 1.4.3