Hi lat9,
thanks for the quick response, here is what my current cache.php states
$sql = "insert ignore into " . TABLE_DB_CACHE . " (cache_entry_name, cache_data, cache_entry_created) VALUES (:cachename, :cachedata, unix_timestamp() )";

So I think that is how it should be if I understand you correctly.