PHP Class ManaPHP\Cache\Adapter\Db\Model

Inheritance: extends ManaPHP\Mvc\Model
Show file Open project: manaphp/manaphp

Public Properties

Property Type Description
$expired_time integer
$hash string
$key string
$value string

Public Methods

Method Description
getSource ( ) : string

Method Details

getSource() public method

public getSource ( ) : string
return string

Property Details

$expired_time public property

public int $expired_time
return integer

$hash public property

public string $hash
return string

$key public property

public string $key
return string

$value public property

public string $value
return string