zend-cache
Does caching(APC) of an instance of Zend_Acl affect security?
It wouldnt make it easier to do somethi开发者_StackOverflow社区ng nasty, would it?nope, should be totally save.[详细]
2023-04-12 01:32 分类:问答Where to put cache clearing code
I\'m putting together a ZF based CMS at the moment, and am currently caching my Zend_Navigation object, as well as the html rendered by renderMenu().So at the moment, whenever the menu changes, I have[详细]
2023-03-26 00:29 分类:问答Zend Config Ini Caching
My Zend app uses 3 ini config files, with a total of over 200 lines to parse, containing over 100 instructions. Are these files parsed every request? Some people say they are (like here and here). If[详细]
2023-03-23 00:07 分类:问答using md5() to generate cache keys in Zend_Cache
I have some issues saving identifiers for cache objects in Zend_Cache. The Zend_Cache identifiers have to be really sanitized (no special chars, no spaces, etc). Some of my internal identifiers have s[详细]
2023-03-22 14:47 分类:问答Patterns for clearing Zend Cache
I started using Zend Cache (APC backend) and all is well in terms of returning cached values instead of hitting the Database each time.However, heres my problem:[详细]
2023-03-01 15:43 分类:问答ini-config for Zend_Cache_Frontend_Page
How to configure Zend_Cache_Frontend_Page in application.ini? I cannot define regexps (see example http://framework.zend.com/manual/en/zend.cache.frontends.html#zend.cache.frontends.page.examples. It[详细]
2023-02-10 05:49 分类:问答Where should I implement cache within Zend_Db?
I\'m looking to implement a cache within Zend_Db, there isn\'t any native method to provide a cache to Zend_Db, so I\'m wondering where should I do it.[详细]
2023-01-19 14:27 分类:问答Zend error: The apc extension must be loaded for using this backend
Hi I am getting the above error setting up my Zend application on a publi开发者_运维技巧c hosted server.I have another application on the same sever which works ok so I assume APC is obviously loaded.[详细]
2023-01-13 18:08 分类:问答Zend_Cache unserialize - memory hog?
I\'ve setup Zend_Db_Table_Abstract so it uses metadata cache and then profiled with xhprof to see how much memory it uses.[详细]
2023-01-07 16:57 分类:问答How do I use Zend Cache on this particular problem
I have an action that renders two different view scripts based on whether the user is logged in or not.[详细]
2023-01-01 08:08 分类:问答