knowbox/yac-cache

此包最新版本(v1.0.1)没有可用的许可信息。

yii2 yacCache 扩展

v1.0.1 2018-12-05 08:17 UTC

This package is auto-updated.

Last update: 2024-09-06 09:53:16 UTC


README

如何

在文件 config/web.phpconfig/console.php 中修改配置


    'components' => [
        'yac' => [
            'class' => 'Knowbox\Libs\YacCache',
        ],
    ...

然后您可以在DB的 schemaCache 上使用 yac 缓存

[
        'class' => 'yii\db\Connection',
        'charset' => 'utf8',
        'enableSchemaCache' => true,
        'schemaCacheDuration' => 3600,
        'schemaCache' => 'yac',
   ...

或其他以yii2方式的事情,请参考指南