>>> Cache::set('key', "I am a meat popsicle.") >>> Cache::get('key') I am a meat popsicle. >>> Cache::set('key', "Who wants a") >>> Cache::get('key') Who wants a popsicle.I can't imagine why this would be a feature, so I assume it's a bug. My workaround is to call Cache::delete before issuing any Cache::set, but that seems like a needless added expense, no?
$handle = fopen($file, 'c');which doesn't truncate the file, that should have been 'w'. I'll commit a fix for 1.2/develop and 1.3/develop. Could you create an issue on github (http://github.com/fuel/core/issues) next time, we don't use the forums for bug reports?
It looks like you're new here. If you want to get involved, click one of these buttons!