Commit e1d34a48 authored by shagel's avatar shagel
Browse files

added #3139750 and #3039502

parent e4909f83
Loading
Loading
Loading
Loading
+9 −4
Original line number Diff line number Diff line
/**
 * @file
 * File Description
 */
# cache_split

The module provides a cache backend for Drupal to split cache items of a single bin
into separate backends.
The module provides a cache backend for Drupal to split cache items of a single
bin into separate backends.

## Installation

1. Download cache_split module or [add it via composer](https://www.drupal.org/docs/develop/using-composer/using-composer-to-manage-drupal-site-dependencies)
1. Download cache_split module or [add it via composer](https://www.drupal.org/
docs/develop/using-composer/using-composer-to-manage-drupal-site-dependencies)
2. Enable `cache_split` module (e.g. `drush en cache_split`)
3. Change the cache backend for your bin (e.g. `render`) in your _settings.php_
```php
+1 −0
Original line number Diff line number Diff line
@@ -2,3 +2,4 @@ name: Cache Split
type: module
description: Provides a cache backend to split cache bins in separate backends.
core: 8.x
core_version_requirement: ^8 || ^9