There are different cache configurations, the core configs can use apc. The app cache, defined in app/Config/bootstrap.php is probably using the default which is FileEngine.
-Mark On Nov 16, 8:53 am, elitalon <[email protected]> wrote: > Hi, > > I have configured and enabled APC in my computer, but the welcome page > of a fresh CakePHP installation still shows this message: > > "The FileEngine is being used for caching. To change the config edit > APP/Config/core.php" > > I have put a phpinfo() call inside core.php and it confirms that APC > is available. Moreover, I have printed the $engine variable and it > contains the 'Apc' value. > > Why then CakePHP says it's using FileEngine? > > Thanks! -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
