callmez\wechat\sdk\Wechat::getCacheKey PHP Method

getCacheKey() protected method

获取缓存的键值
protected getCacheKey ( $name ) : string
$name
return string
    protected function getCacheKey($name)
    {
        return implode('_', [$this->cachePrefix, $this->appId, $name]);
    }
Wechat