PHP 클래스 Metaphore\NoStaleCacheEvent

파일 보기 프로젝트 열기: sobstel/metaphore

보호된 프로퍼티들

프로퍼티 타입 설명
$cache
$cachedCallable
$key
$result
$ttl

공개 메소드들

메소드 설명
__construct ( Cache $cache, $key, callable $cachedCallable, Ttl $ttl )
getCache ( ) : Cache
getCachedCallable ( ) : callable
getKey ( ) : string
getResult ( )
getTtl ( ) : Ttl
hasResult ( )
setResult ( $result )

메소드 상세

__construct() 공개 메소드

public __construct ( Cache $cache, $key, callable $cachedCallable, Ttl $ttl )
$cache Cache
$cachedCallable callable
$ttl Ttl

getCache() 공개 메소드

public getCache ( ) : Cache
리턴 Cache

getCachedCallable() 공개 메소드

public getCachedCallable ( ) : callable
리턴 callable

getKey() 공개 메소드

public getKey ( ) : string
리턴 string

getResult() 공개 메소드

public getResult ( )

getTtl() 공개 메소드

public getTtl ( ) : Ttl
리턴 Ttl

hasResult() 공개 메소드

public hasResult ( )

setResult() 공개 메소드

public setResult ( $result )

프로퍼티 상세

$cache 보호되어 있는 프로퍼티

protected $cache

$cachedCallable 보호되어 있는 프로퍼티

protected $cachedCallable

$key 보호되어 있는 프로퍼티

protected $key

$result 보호되어 있는 프로퍼티

protected $result

$ttl 보호되어 있는 프로퍼티

protected $ttl