메소드 | 설명 | |
---|---|---|
getCacheTime ( ) : integer | ||
getIsValid ( ) : boolean | ||
setCacheTime ( $value ) | ||
setIsValid ( $value ) |
public getCacheTime ( ) : integer | ||
리턴 | integer | the timestamp of the cached result. You may use this to help determine any dependency is changed. |
public getIsValid ( ) : boolean | ||
리턴 | boolean | whether the dependency remains valid. Defaults to true. |