Class TChainedCacheDependency
TChainedCacheDependency class.
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 getDependencies
Dependencies which gives a TCacheDependencyList
instance and can be
used like an array (see TList
for more details}).
- TComponent
-
TCacheDependency implements ICacheDependency
-
TChainedCacheDependency
Package: System\Caching
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 3.1.0
Located at Caching/TCache.php
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 3.1.0
Located at Caching/TCache.php
public
|
|
public
boolean
|
#
getHasChanged( )
Performs the actual dependency checking. This method returns true if any of the dependency objects reports a dependency change. |
GLOBAL_RAISE_EVENT_LISTENER
|