PHP Class ScriptFUSION\Porter\Cache\CacheItem

Inheritance: implements Psr\Cache\CacheItemInterface
Afficher le fichier Open project: ScriptFUSION/Porter Class Usage Examples

Méthodes publiques

Méthode Description
expiresAfter ( $time )
expiresAt ( $expiration )
get ( )
getKey ( )
isHit ( )
set ( $value )

Private Methods

Méthode Description
__construct ( $key, $value, $hit )

Method Details

expiresAfter() public méthode

public expiresAfter ( $time )

expiresAt() public méthode

public expiresAt ( $expiration )

get() public méthode

public get ( )

getKey() public méthode

public getKey ( )

isHit() public méthode

public isHit ( )

set() public méthode

public set ( $value )