Skip to content

Commit

Permalink
Fix the link of Memcache documentation page. (#3135)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemadison13 authored Oct 1, 2018
1 parent 87b6af8 commit 03e26f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/memcache.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Before enabling the Memcache module, it is important to understand how the Drupa

## Acquia Cloud

[Using Memcached on Acquia Cloud](https://docs.acquia.com/cloud/performance/memcached) provides detailed information regarding how Acquia supports Memcached for its subscriptions and products, and is a good resource in general for information regarding Drupal and Memcache integrations. It is important that the settings for `memcache_key_prefix` and `memcache_servers` not be modified on Acquia Cloud.
[Using Memcached on Acquia Cloud](https://docs.acquia.com/acquia-cloud/performance/memcached/) provides detailed information regarding how Acquia supports Memcached for its subscriptions and products, and is a good resource in general for information regarding Drupal and Memcache integrations. It is important that the settings for `memcache_key_prefix` and `memcache_servers` not be modified on Acquia Cloud.

BLT modifies the Memcache module integration on Acquia Cloud. BLT's configuration explicitly overrides the default bins for the discovery, bootstrap, and config cache bins because Drupal core permanently caches these static bins by default. This is required for rebuilding service definitions accurately on cache rebuilds and deploys. See [caching.settings.php](/settings/cache.settings.php).

Expand Down

0 comments on commit 03e26f0

Please sign in to comment.