PHP Interface Prado\Caching\ICacheDependency

This interface must be implemented by classes meant to be used as cache dependencies. Classes implementing this interface must support serialization and unserialization.
Since: 3.0
Author: Qiang Xue ([email protected])
Afficher le fichier Open project: pradosoft/prado

Méthodes publiques

Méthode Description
getHasChanged ( ) : boolean

Method Details

getHasChanged() public méthode

public getHasChanged ( ) : boolean
Résultat boolean whether the dependency has changed. Defaults to false.