定制 unikent/tfilecache 二次开发

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

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

unikent/tfilecache

Composer 安装命令:

composer require unikent/tfilecache

包简介

Taggable File Cache driver for Laravel. Allows the use of Cache tags with a file cache.

README 文档

README

This package provides a custom file cache driver that supports Cache Tags for Laravel 5.1 or Lumen 5.2+.

Usage

This product is publicly available under the terms of the MIT license included in this repository. Please refer to the current brand guidelines for use of the existing brand.

Installation and Requirements

First, you'll need to require the package with Composer:

composer require unikent/tfilecache

Then, update config/app.php by adding an entry for the service provider.

'providers' => [
    // ...
    Unikent\Cache\TaggableFileCacheServiceProvider::class
];

Finally, add the necessary config to config\cache.php.

'default' => env('CACHE_DRIVER', 'tfile'),

'stores' => [

		'tfile' => [
			'driver' => 'tfile',
			'path'   => storage_path('framework/cache')
		],
		// ...
],

Optional Configuration

There are some optional config options available in the store definition above:

queue : accepts the string name of a queue to use for tag clean up, will use the default queue if omitted. separator : defines the separator character or sequence to be used internally, this should be chosen to never collide with a key value. defaults to ~#~ if omitted.

Tag Cleanup

To offset the work of cleaning up cache entries when a tag is flushed this task is added as a Job and queued using laravel's inbuilt queueing. Note: laravel's default queue driver is sync which will result in the job being executed synchronously, it is strongly advised you use an alternate queue driver with appropriate workers to offset this work if you wish to use this cache driver.

unikent/tfilecache 适用场景与选型建议

unikent/tfilecache 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 33.42k 次下载、GitHub Stars 达 24, 最近一次更新时间为 2016 年 03 月 08 日, 在 PHP 生态内属于活跃度较高的组件。

我们在过去多个企业项目中使用过 unikent/tfilecache 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。

围绕 unikent/tfilecache 我们能提供哪些服务?
定制开发 / 二次开发

基于 unikent/tfilecache 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

  • 总下载量: 33.42k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 24
  • 点击次数: 20
  • 依赖项目数: 3
  • 推荐数: 0

GitHub 信息

  • Stars: 24
  • Watchers: 8
  • Forks: 9
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2016-03-08