mouf/utils.cache.file-cache
最新稳定版本:v2.2.1
Composer 安装命令:
composer require mouf/utils.cache.file-cache
包简介
This package contains a cache mechanism that relies on temporary files.
README 文档
README
Mouf's file cache service
This package contains 2 implementations of Mouf's CacheInterface that stores the cache in files on the server's hard drive.
FileCacheis a service that stores cache keys in files. The value is serialized.PhpFileCacheis a more efficient service that stores cache keys in executable PHP files. You should prefer this implementation unless you have security concerns aboutvar_exporting your cache keys.
To learn more about the cache interface, please see the cache system documentation.
统计信息
- 总下载量: 377.72k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2012-10-16