PHP Class Prado\Caching\TChainedCacheDependency
TChainedCacheDependency represents a list of cache dependency objects
and performs the dependency checking based on the checking results of
these objects. If any of them reports a dependency change, TChainedCacheDependency
will return true for the checking.
To add dependencies to TChainedCacheDependency, use {@link getDependencies Dependencies}
which gives a {@link TCacheDependencyList} instance and can be used like an array
(see {@link TList} for more details}).
ファイルを表示
Open project: pradosoft/prado
Public Methods
Method Details
getDependencies()
public method
public getDependencies ( ) : TCacheDependencyList |
return |
TCacheDependencyList |
list of dependency objects |
getHasChanged()
public method
This method returns true if any of the dependency objects
reports a dependency change.