PHP Trait Thenbsp\Wechat\Bridge\CacheTrait

Show file Open project: thenbsp/wechat

Protected Properties

Property Type Description
$cache Doctrine\Common\Cache\Cache

Public Methods

Method Description
getCache ( ) 获取缓存驱动
setCache ( Doctrine\Common\Cache\Cache $cache ) 设置缓存驱动

Method Details

getCache() public method

获取缓存驱动
public getCache ( )

setCache() public method

设置缓存驱动
public setCache ( Doctrine\Common\Cache\Cache $cache )
$cache Doctrine\Common\Cache\Cache

Property Details

$cache protected property

Doctrine\Common\Cache\Cache
protected $cache