igdr/cache-bundle

此包的最新版本(dev-master)没有可用的许可证信息。

缓存包

安装: 971

依赖者: 1

建议者: 0

安全: 0

星星: 0

关注者: 2

分支: 1

开放问题: 0

类型:symfony-bundle

dev-master 2016-01-05 14:46 UTC

This package is not auto-updated.

Last update: 2024-09-14 17:53:38 UTC


README

安装

将包添加到您的 composer.json

"igdr/cache-bundle" : "dev-master"

并运行

php composer.phar update

然后将 CacheBundle 添加到您的应用内核

// app/IgdrKernel.php
public function registerBundles()
{
    return array(
        // ...
        new Igdr\Bundle\CacheBundle\IgdrCacheBundle(),
        // ...
    );
}

向 config.yml 添加配置

igdr_cache:
    cache_provider: doctrine_cache.providers.app_cache