PHP Class ScriptFUSION\Porter\Cache\CacheItem

Inheritance: implements Psr\Cache\CacheItemInterface
Show file Open project: ScriptFUSION/Porter Class Usage Examples

Public Methods

Method Description
expiresAfter ( $time )
expiresAt ( $expiration )
get ( )
getKey ( )
isHit ( )
set ( $value )

Private Methods

Method Description
__construct ( $key, $value, $hit )

Method Details

expiresAfter() public method

public expiresAfter ( $time )

expiresAt() public method

public expiresAt ( $expiration )

get() public method

public get ( )

getKey() public method

public getKey ( )

isHit() public method

public isHit ( )

set() public method

public set ( $value )