定制 mouf/utils.cache.file-cache 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

Latest Stable Version Total Downloads Latest Unstable Version License Scrutinizer Code Quality Build Status Coverage Status

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.

  • FileCache is a service that stores cache keys in files. The value is serialized.
  • PhpFileCache is a more efficient service that stores cache keys in executable PHP files. You should prefer this implementation unless you have security concerns about var_exporting your cache keys.

To learn more about the cache interface, please see the cache system documentation.

统计信息

  • 总下载量: 378.77k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 4
  • 依赖项目数: 2
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 5
  • Forks: 4
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2012-10-16