PHP Class Ouzo\Utilities\Supplier\ExpiringMemoizingSupplier

Afficher le fichier Open project: letsdrink/ouzo

Méthodes publiques

Méthode Description
__construct ( callable $function, integer $expireTime = 3600 )
get ( )

Method Details

__construct() public méthode

public __construct ( callable $function, integer $expireTime = 3600 )
$function callable
$expireTime integer

get() public méthode

public get ( )