PHPackages                             l1n6yun/cache - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Caching](/categories/caching)
4. /
5. l1n6yun/cache

ActiveLibrary[Caching](/categories/caching)

l1n6yun/cache
=============

A simple PHP class for caching

v1.0(6y ago)111MITPHP

Since Jan 9Pushed 6y ago1 watchersCompare

[ Source](https://github.com/l1n6yun/cache)[ Packagist](https://packagist.org/packages/l1n6yun/cache)[ RSS](/packages/l1n6yun-cache/feed)WikiDiscussions master Synced today

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Cache
=====

[](#cache)

一个简单的文件缓存类

安装
--

[](#安装)

```
# 首次安装 线上版本（稳定）
composer require l1n6yun/cache

# 首次安装 开发版本（开发）
composer require l1n6yun/cache:dev-master

# 更新
composer update l1n6yun/cache
```

使用
--

[](#使用)

```
