symfony:用于配置缓存的自己的缓存类

发布于 2024-10-14 20:29:38 字数 295 浏览 2 评论 0原文

我只能编写自己的视图缓存类并通过factories.yml 激活它。 现在我想知道如何对配置缓存执行相同的操作。

编辑: 首先,我以为 symfony 会自动使用我为视图缓存选择的缓存方法,但事实并非如此。

解决方案:

它不是很干净,但可以用。我扩展了 sfApplicationConfiguration 并替换了它。然后我重写了方法getConfigCache()。这里我用我的 sfConfigBlobCache 替换了 sfConfigCache。

I was just able to write my own view cache class and activate it over factories.yml.
Now I'm wondering how I can do the same for the config cache.

Edit: Fist I thought symfony will automatically use the caching method I choosed for view cache, but it doesn't.

Solution:

It's not very clean but it works. I extended the sfApplicationConfiguration and replaced it. Then I overwrote the method getConfigCache(). Here I replaced sfConfigCache with my sfConfigBlobCache.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文