Description of the need A website’s cache is only useful if it has the necessary content on hand to satisfy visitors’ requests. Pantheon’s granular cache control enables developers and site owners to manage updates to specific assets, pages, categories, and even personalization across our Global CDN.
Your sites will maintain a high cache hit rate (a.k.a. fast page load speeds) while ensuring the latest content is always in the hands of visitors. Pantheon’s granular cache control prevents inadvertently invalidating an entire site’s cache. There is no need to throw out an entire cache every time you make small content changes on a site.
Proposed solution Need to add backdrop CMS https://www.drupal.org/project/d8cache
PR by @hosef: https://github.com/backdrop/backdrop/pull/3475
Recent comments
Thanks for the guide, let me do just that. I hope there is still a chance of these seeing a backdrop port.
Station and Community Media
The block system and API in Backdrop is very different from Drupal's. In Backdrop, as in Drupal, modules can define blocks in code (in fact some of the API at this level is the same, with...
Drupal block module conversion
This was from examining line 2463- of the webform.module, where // Attach necessary JavaScript and CSS. $form['#attached'] = array( 'css' => array(backdrop_get_path('module', 'webform...
How do I diagnose Webform Conditionals failing?