Hi,
When I initiate the cache (e.g. Zend_Cache::factory('Core', 'File',
$frontendOptions, $backendOptions);) in the bootstrap file (index.php), I
think that the Cache will get a new lifetime for each request, so I do not
understand the point of having a cache since it is created for each request.
And since Php doesn't have a shared architecture between requests, I cannot
share the cache for all the requests, so I do not understand the point of
Zend_Cache.
Thank you for any clarification :-)
--
View this message in context:
http://www.nabble.com/Zend_Cache-questions-tp16232890s16154p16232890.html
Sent from the Zend Framework mailing list archive at Nabble.com.