ilexn/idiorm-cache
最新稳定版本:v1.1.1
Composer 安装命令:
composer require ilexn/idiorm-cache
包简介
idorm db file cache
README 文档
README
How to autoload
require_once '../vendor/autoload.php';
$dbCache = new \Ilex\Cache\IdiormCache(__DIR__ .'/../cache/db/');
ORM::configure('cache_query_result', array($dbCache,'save'));
ORM::configure('check_query_cache', array($dbCache,'isHit'));
ORM::configure('clear_cache', array($dbCache,'clear'));
ORM::configure('create_cache_key',array($dbCache,'genKey') );
need to learn to write test
Idiorm is created by https://github.com/j4mie/idiorm
统计信息
- 总下载量: 40
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-10-14