Skip to content

yj741963/knowbox-yac-cache

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

yii2 yac cache driver

how to

modify config in file config/web.php or config/console.php


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

then you may use yac cache on DB schemaCache

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

or other things in yii2 way, follow the guide

About

knowbox yii2 yacCache

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%