i want to delete the cache in ie8 with the following code
$this->cache= Cache::instance();
$this->cache->delete('tuinArray');
$this->cache->delete('intBreedte');
$this->cache->delete('intLengte');
i use the kohana framework it works fine in chrome and firefox, but i just seems that ie8 keeps the cache stored, could anyone tell me what i need to do for ie8 too delete it.