PHP Class Metaphore\NoStaleCacheEvent

Afficher le fichier Open project: sobstel/metaphore

Protected Properties

Свойство Type Description
$cache
$cachedCallable
$key
$result
$ttl

Méthodes publiques

Méthode Description
__construct ( Cache $cache, $key, callable $cachedCallable, Ttl $ttl )
getCache ( ) : Cache
getCachedCallable ( ) : callable
getKey ( ) : string
getResult ( )
getTtl ( ) : Ttl
hasResult ( )
setResult ( $result )

Method Details

__construct() public méthode

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

getCache() public méthode

public getCache ( ) : Cache
Résultat Cache

getCachedCallable() public méthode

public getCachedCallable ( ) : callable
Résultat callable

getKey() public méthode

public getKey ( ) : string
Résultat string

getResult() public méthode

public getResult ( )

getTtl() public méthode

public getTtl ( ) : Ttl
Résultat Ttl

hasResult() public méthode

public hasResult ( )

setResult() public méthode

public setResult ( $result )

Property Details

$cache protected_oe property

protected $cache

$cachedCallable protected_oe property

protected $cachedCallable

$key protected_oe property

protected $key

$result protected_oe property

protected $result

$ttl protected_oe property

protected $ttl