Writes the theme_registry cache into the database.
function _theme_save_registry($theme, $registry) { cache_set("theme_registry:{$theme->name}", $registry); }