Drupal REST
$final_result = ['time' => time()]; $response = new ResourceResponse($final_result, 200); $cache_meta_data = new CacheableMetadata(); $response->addCacheableDependency($cache_meta_data);