codeigniter-cache icon indicating copy to clipboard operation
codeigniter-cache copied to clipboard

Fixed empty results caching properly

Open Moru opened this issue 15 years ago • 1 comments

  • Empty cache-file is properly recognized by separating cache data and cache status in the return data internally. No more calling the database for empty results.
  • Deeper directory structure if needed (property/file.cache) or (property/method/file.cache)
  • Logs more errors

Moru avatar Jan 05 '11 10:01 Moru

Hello. Thank you for this plugin. I want to delete all cache of all model`s methods. (For example: $this->cache->delete_model_cache("example_model"); )

shiraziismailov avatar Nov 25 '12 16:11 shiraziismailov