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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
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
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package houdunwang/cache contains the following files

Loading the files please wait ....