REPLACE INTO cscart_cache (
  `name`, `company_id`, `data`, `tags`, 
  `expiry`
) 
VALUES 
  (
    'schemas.cache_customerschema_locations_phone_codes', 
    0, 'a:1:{i:0;s:51:"/var/www/html/app/schemas/locations/phone_codes.php";}', 
    'schemas', 0
  )

Query time 0.00027

Result

bool(true)