PHP 클래스 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}).
파일 보기
프로젝트 열기: pradosoft/prado
공개 메소드들
메소드 상세
public getDependencies ( ) : TCacheDependencyList |
리턴 |
TCacheDependencyList |
list of dependency objects |
This method returns true if any of the dependency objects
reports a dependency change.