Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Prado
Caching
ICacheDependency
PHP Interface Prado\Caching\ICacheDependency
This interface must be implemented by classes meant to be used as cache dependencies. Classes implementing this interface must support serialization and unserialization.
Since:
3.0
Author:
Qiang Xue (
[email protected]
)
Mostrar archivo
Open project: pradosoft/prado
Public Methods
Method
Description
getHasChanged
( ) :
boolean
Method Details
getHasChanged()
public
method
public
getHasChanged
( ) :
boolean
return
boolean
whether the dependency has changed. Defaults to false.