我在cache
注册时遇到了一些问题。在这里,我如何配置缓存
resources.cache.frontEnd = core
resources.cache.backEnd = file
resources.cache.frontEndOptions.lifetime = 1200
resources.cache.frontEndOptions.automatic_serialization = true
resources.cache.backEndOptions.lifetime = 3600
resources.cache.backEndOptions.cache_dir = APPLICATION_PATH "/../cache"
在我加载任何页面后,我收到以下错误消息
致命错误:未捕获的异常 'Zend_Application_Bootstrap_Exception' 带有消息“无法解析插件“缓存”;在 C:\Zend\Apache2\htdocs\hotelrwanda\library\Zend\Application\Bootstrap\BootstrapAbstract.php:330 堆栈跟踪:#0 C:\Zend\Apache2\htdocs\hotelrwanda\library\ 中没有具有该名称的相应插件Zend\Application\Bootstrap\BootstrapAbstract.php(382): Zend_Application_Bootstrap_BootstrapAbstract->getPluginResource('cache')
1 C:\Zend\Apache2\htdocs\hotelrwanda\library\Zend\Application\Bootstrap\BootstrapAbstract.php(394):
Zend_Application_Bootstrap_BootstrapAbstract->getPluginResources() #2 C:\Zend\Apache2\htdocs\hotelrwanda\library\Zend\Application\Bootstrap\BootstrapAbstract.php(625): Zend_Application_Bootstrap_BootstrapAbstract->getPluginResourceNames()
3 C:\Zend\Apache2\htdocs\hotelrwanda\library\Zend\Application\Bootstrap\BootstrapAbstract.php(586):
Zend_Application_Bootstrap_BootstrapAbstract->_bootstrap(NULL) #4 C:\Zend\Apache2\htdocs\hotelrwanda\library\Zend\Application.php(355): Zend_Applicatio in C:\Zend\Apache2\htdocs\hotelrwanda\library\Zend\Application\ Bootstrap\BootstrapAbstract.php 第 330 行
我确定这是配置问题。谁能帮我解决这个问题?