Cache problem with CodeIgniter?

Just to make sure, because it isn't actually in the code above, you did load a caching driver, right: example from CodeIgniter Cache docs. $this->load->driver('cache', array('adapter' => 'apc', 'backup' => 'file')) Because if you haven't it defaults to the dummy driver. The dummy driver saves nothing, so I don't think you want that.

Just to make sure, because it isn't actually in the code above, you did load a caching driver, right: // example from CodeIgniter Cache docs. $this->load->driver('cache', array('adapter' => 'apc', 'backup' => 'file')); Because if you haven't it defaults to the dummy driver. The dummy driver saves nothing, so I don't think you want that.

I don't understand how to use cache method in CodeIgniter. Can you help me? How to load cache?

How to save cache file? How to get saved file content? – Faitas Aug 8 at 18:20.

I have problems with cache in CodeIgniter. This test_cache cache file isn't in cache folder. Php file cache_path is default.

Then I see null. I was searching about cache in codeigniter, but nothing.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions