Friday 12 November 2010 4:27:29 am
I was advised to look at "ezcontentcache" to start my research into understanding how caching is done in eZ. ./kernel/classes/ezcontentcache.php On line 291, the following comments are written.
// Figure out the siteaccess which are related, first using the new
// INI setting RelatedSiteAccessList then the old existing one // AvailableSiteAccessList Firstly, thank you for the comments, it makes it so much easier for other developers to understand what was the aim. Please let it continue. This topic is based on those very comments. If you read the rest of the code in that method, you will see that it actually uses "RelatedSiteAccessList" if it exists and skips "AvailableSiteAccessList". I read it, that it should try "RelatedSiteAccessList" then use "AvailableSiteAccessList", I further believe it should be like this, after I did a search of ez directory via the command line to discover the use of"AvailableSiteAccessList" in 4.4. I would have made an issue about this, but im aware issues.ez.no are not the most read by others. Equally, I had a peak into site.ini and there is no mention that it is the preffered ini setting variable, which again to me makes it more important to check both.
|