hi all!
During a short experience with codeigniter caching query system, i found this big problem:
if i use caching_delete_all() it remove directly the cache directory.. and not the directory created into it.
This is a problem because if i use again caching after delete this dir ... i get an error (i try to write into a non existant directory)
could someone help me ?
