PHP Class Prado\Caching\TGlobalStateCacheDependency
TGlobalStateCacheDependency checks if a global state is changed or not.
If the global state is changed, the dependency is reported as changed.
To specify which global state this dependency should check with,
set {@link setStateName StateName} to the name of the global state.
Datei anzeigen
Open project: pradosoft/prado
Public Methods
Method Details
__construct()
public method
getHasChanged()
public method
This method returns true if the specified global state is changed.
getStateName()
public method
setStateName()
public method