Did you try: resources.cachemanager.file.frontend.options.lifetime = 0
I haven't tried it myself but I think that would either set the cache to always expire immediately or never expire. -- Hector On Wed, Feb 3, 2010 at 6:02 AM, umpirsky <[email protected]> wrote: > > Hi. > > I have in my config: > > resources.cachemanager.file.frontend.name = Core > resources.cachemanager.file.frontend.options.lifetime = null > resources.cachemanager.file.frontend.options.automatic_serialization = true > resources.cachemanager.file.backend.name = File > resources.cachemanager.file.backend.options.cache_dir = APPLICATION_PATH > "/../data/cache" > > In order to have default lifetime set to null (forever). But looks like > it's > not possible from config file. > > Am I right? > > Regards, > Sasa Stamenkovic. > -- > View this message in context: > http://n4.nabble.com/Unable-to-set-infinite-lifetime-with-cache-manager-tp1461182p1461182.html > Sent from the Zend Framework mailing list archive at Nabble.com. >
