Cfilecache Error

Hi, i need to provide "CFileCache" for my application. So, i provide like this…

           'cache' => array(


                'class' => 'CFileCache',


        ),

Then i run my application, now i got an error like this "CApcCache requires PHP apc extension to be loaded."

How to solve this error?

Installing PHP APC extension in your server.

http://www.debian-administration.org/articles/574

CFileCache shouldn’t require APC at all. I suspect that you have duplicate cache entries in your config which are conflicting with each other. Also, make sure that you’ve got the class name correct, not “CFileCavhe” as you’ve typed above.

If you can post more of your config here, it would be helpful.