PHP Class Prado\Caching\TFileCacheDependency
TFileCacheDependency performs dependency checking based on the
last modification time of the file specified via {@link setFileName FileName}.
The dependency is reported as unchanged if and only if the file's
last modification time remains unchanged.
Mostra file
Open project: pradosoft/prado
Class Usage Examples
Public Methods
Method Details
__construct()
public method
getFileName()
public method
getHasChanged()
public method
This method returns true if the last modification time of the file is changed.
getTimestamp()
public method
setFileName()
public method