Hi Uli, There is one version of the cache per host. This is important because the hostname can be used to convey certain parameters - think about the universe features in askeet ;)
So the cache has to be different between http://php.askeet.com/ and http://www.askeet.com Since they obviously serve different content, but use the same application. For filesystem compatibility, all '.' are transformed into '_'. Hope this helps, François 2008/4/2, Uli Nitsche <[EMAIL PROTECTED]>: > > > Hi all, > > we make extensive use of symfony's file caching > and this works out well. > > but there is one thing I don't really understand: > looking at my caching directory (/cache/frontend/prod/template/) > there are - beside the name of my application - several directories > like "us_bookmarks_yahoo_com", > "www_world_altavista_com" and a lot of ip-based names. > > Where do these caching directories come from and what does this mean? > > I would expect to find here only the name of my application and may be > the corresponding ip of it. > > Any hints are welcome. Thanks in advance > > Jo > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
