Hoard:PHP缓存做对了

时间:2024-07-22 07:18:29
【文件属性】:

文件名称:Hoard:PHP缓存做对了

文件大小:8KB

文件格式:ZIP

更新时间:2024-07-22 07:18:29

PHP

囤 Hoard 是一个简单的、可扩展的 PHP 缓存库。 安装 通过安装: { "require" : { "gilbitron/hoard" : "~0.1.0" } } 运行composer install然后正常使用: require 'vendor/autoload.php' ; $ cache = new Hoard \ Hoard (); 应用程序接口 Hoard 使用“抽屉”的连接(如在抽屉柜中)作为缓存的驱动程序。 $ cache = new Hoard \ Hoard ( $ drawer = 'file' , $ options = [], $ args = []); 可能的抽屉(更多): file $options是传递给所选抽屉的选项数组。 请参阅下面的部分。 $args : encrypt_keys - 使


【文件预览】:
Hoard-master
----.gitignore(23B)
----README.md(2KB)
----autoload.php(238B)
----tests()
--------FileSystemTest.php(3KB)
--------cache()
----phpunit.xml(233B)
----LICENSE(1KB)
----composer.json(581B)
----src()
--------Hoard()
----.travis.yml(35B)

网友评论