tourze/cache

途者PHP框架-Cache

v1.0.0 2015-09-29 07:20 UTC

This package is auto-updated.

Last update: 2024-04-19 04:10:23 UTC


README

Cache处理

安装

首先需要下载和安装composer,具体请查看官网的Download页面

在你的composer.json中增加:

"require": {
    "tourze/cache": "^1.0"
},

或直接执行

composer require tourze/cache:"^1.0"

使用