定制 jiaweixs/simplecache 二次开发

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

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

jiaweixs/simplecache

最新稳定版本:1.2

Composer 安装命令:

composer require jiaweixs/simplecache

包简介

A PHP Simple Cache Base on File.

README 文档

README

Installation

//install by composer
composer require jiaweixs/simplecache
  
//or clone from github
git clone git@github.com:kulokai/simplecache.git

Usage

//init the tool
SimpleCache::init('.../path/to/cache');
  
//init the tool and set default expire time.
SimpleCache::init('.../path/to/cache',600);
//set cache
$isSuccess = SimpleCache::set('key','hello world');
  
//set cache and set expire time for the 'key'.
$isSuccess = SimpleCache::set('key','hello world',600);
//get cache
$value = SimpleCache::get('key');
  
//get cache and set default value for the 'key'.
$value = SimpleCache::get('key','default value');

统计信息

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

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 4
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2017-07-30

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固