symfony:用于配置缓存的自己的缓存类
我只能编写自己的视图缓存类并通过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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看这个章节。
Check out this chapter.