Instructions Memcached change

Change memcached yml to After: '#versionedcache' since versionedcache is also using this. With after #corecache it won't have any effect.
This commit is contained in:
Remy Vaartjes 2021-06-21 10:57:10 +02:00 committed by GitHub
parent 325021c2f8
commit 62a74e97cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -211,8 +211,7 @@ and takes a `MemcachedClient` instance as a constructor argument.
```yml
---
After:
- '#corecache'
After: '#versionedcache'
---
SilverStripe\Core\Injector\Injector:
MemcachedClient: