mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
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:
parent
325021c2f8
commit
62a74e97cc
@ -211,8 +211,7 @@ and takes a `MemcachedClient` instance as a constructor argument.
|
||||
|
||||
```yml
|
||||
---
|
||||
After:
|
||||
- '#corecache'
|
||||
After: '#versionedcache'
|
||||
---
|
||||
SilverStripe\Core\Injector\Injector:
|
||||
MemcachedClient:
|
||||
|
Loading…
Reference in New Issue
Block a user