PHP Class Toplan\Sms\CacheStorage

Inheritance: implements Toplan\Sms\Storage
Show file Open project: toplan/laravel-sms

Protected Properties

Property Type Description
$lifetime

Public Methods

Method Description
forget ( $key )
get ( $key, $default )
set ( $key, $value )
setMinutesOfLifeTime ( $time )

Method Details

forget() public method

public forget ( $key )

get() public method

public get ( $key, $default )

set() public method

public set ( $key, $value )

setMinutesOfLifeTime() public static method

public static setMinutesOfLifeTime ( $time )

Property Details

$lifetime protected static property

protected static $lifetime