PHP Class Prado\Web\UI\WebControls\TOutputCacheCheckDependencyEventParameter
TOutputCacheCheckDependencyEventParameter encapsulates the parameter data for
OnCheckDependency event of {@link TOutputCache} control.
Mostrar archivo
Open project: pradosoft/prado
Class Usage Examples
Public Methods
Method Details
getCacheTime()
public method
public getCacheTime ( ) : integer |
return |
integer |
the timestamp of the cached result. You may use this to help determine any dependency is changed. |
getIsValid()
public method
setCacheTime()
public method
setIsValid()
public method