Download the PHP package houdunwang/cache without Composer
On this page you can find all versions of the php package houdunwang/cache. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download houdunwang/cache
More information about houdunwang/cache
Files in houdunwang/cache
Download houdunwang/cache
More information about houdunwang/cache
Files in houdunwang/cache
Vendor houdunwang
Package cache
Short Description 缓存组件提供了多种高效的缓存处理方式,包括数据缓存、静态缓存和查询缓存等,提供多种缓存类型,并提供了快捷方法进行存取操作
License MIT
Homepage http://www.houdunwang.com/
Package cache
Short Description 缓存组件提供了多种高效的缓存处理方式,包括数据缓存、静态缓存和查询缓存等,提供多种缓存类型,并提供了快捷方法进行存取操作
License MIT
Homepage http://www.houdunwang.com/
Please rate this library. Is it a good library?
Informations about the package cache
缓存
缓存组件提供了多种高效的缓存处理方式,包括数据缓存、静态缓存和查询缓存等,提供多种缓存类型,并提供了快捷方法进行存取操作 登录 GITHUB 查看源代码
[TOC]
开始使用
安装组件
使用 composer 命令进行安装或下载源代码使用。
HDPHP 框架已经内置此组件,无需要安装
配置参数
基本操作
设置
获取
删除
清空
驱动
系统支持项目中临时使用其他驱动类型的缓存
目录
设置缓存目录只对文件类型的缓存驱动有效
文件缓存
系统针对文件缓存组件提供了方便的函数式操作。
创建
以默认缓存目录设置缓存,默认缓存目录为 storage/cache
获取
指定缓存目录
获取指定目录的缓存
时间在这里没有效果,但必须指定
删除缓存
删除所有缓存
删除指定目录的缓存
时间在这里没有效果,但必须指定
数据库缓存
针对数据库缓存操作系统提供了快捷的 d 函数操作。
数据库缓存依赖 Db数据库组件
创建表
请执行以下SQL创建缓存表
设置数据库连接配置
数据库连接配置请参考 GitHub文档 。
添加
获取
删除
删除所有
All versions of cache with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
houdunwang/config Version ~1.0
houdunwang/db Version ~1.0
houdunwang/arr Version ~1.0
houdunwang/dir Version ~1.0
houdunwang/config Version ~1.0
houdunwang/db Version ~1.0
houdunwang/arr Version ~1.0
houdunwang/dir Version ~1.0
The package houdunwang/cache contains the following files
Loading the files please wait ....