Good evening all,
There seems to be small problem with view cache.
I implemented Cake view cache functionality, everything is
understandable from manual and works just fine.
Almost.
There is problem with default route.
when controller action is called with link - something.com/controller/action,
view cache is correctly generated - "controller_action.php"
when link is something.com and by default route same controller and
same action is called and rendered, BUT cache file name is ".php"
And here comes problem, because this file ".php" is not updated AND is
not cleared even, when clearCache('controller') is called.
Of course, this one could be solved altering bootstrap.php, but that
shouldn't be the way to solve such problem. For me it is ok to live
without caching this one controller, but I suggest to somehow
"automagically" correct this bug in next releases maybe, because all
cache using is so simple and easy (i like it!), but such bug is
messing it up.
--
Andris Paikens
-------------------------
+371 29 3565 29
We are all lost generation. All of us. Most of us just don't know it
yet. But don't forget anything. This is our time. /Shaman'is/
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Cake PHP" 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/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---