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

Query time 0.00722

Result

bool(true)