TDirectoryCacheDependency class.
TDirectoryCacheDependency performs dependency checking based on the modification time of the files contained in the specified directory. The directory being checked is specified via Directory.
By default, all files under the specified directory and subdirectories will be checked. If the last modification time of any of them is changed or if different number of files are contained in a directory, the dependency is reported as changed. By specifying RecursiveCheck and RecursiveLevel, one can limit the checking to a certain depth of the subdirectories.
Located in /Caching/TCache.php (line 400)
TComponent | --TCacheDependency | --TDirectoryCacheDependency
Constructor.
Determines the last modification time for files under the directory.
This method may go recursively into subdirectories if RecursiveCheck is set true.
Performs the actual dependency checking.
This method returns true if the directory is changed.
Sets a value indicating the depth of the subdirectories to be checked.
This is meaningful only when RecursiveCheck is true.
Checks to see if the specified subdirectory should be checked for dependency.
This method is invoked when dependency of the whole directory is being checked. By default, it always returns true, meaning the subdirectory should be checked. You may override this method to check only certain subdirectories.
Checks to see if the file should be checked for dependency.
This method is invoked when dependency of the whole directory is being checked. By default, it always returns true, meaning the file should be checked. You may override this method to check only certain files.
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::__get()
TComponent::__set()
Documentation generated on Mon, 21 Apr 2008 11:32:04 -0400 by phpDocumentor 1.3.0RC4