Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 216 Bytes

cache.md

File metadata and controls

10 lines (7 loc) · 216 Bytes

Cache 对象

Cache 对象提供数据缓存服务,比如缓存 AccessToken、Ticket 等数据。

use Thenbsp\Wechat\Util\Cache;

// ./Storage 需可写权限
$cache = new Cache('./Storage');