.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. ================================================== .. DEFINE SOME TEXTROLES .. -------------------------------------------------- .. role:: underline .. role:: typoscript(code) .. role:: ts(typoscript) :class: typoscript .. role:: php(code) Configuration ------------- The configuration of the backend cache is the same as for the the core backend cache. Just use JBartels\MemcachedBackend\MemcachedBackend instead of TYPO3\CMS\Core\Cache\Backend\MemcachedBackend. Example: 'SYS' => array( 'caching' => array( 'cacheConfigurations' => array( 'cache_hash' => array( 'backend' => 'TYPO3\\CMS\\Core\\Cache\\Backend\\MemcachedBackend', 'backend' => 'JBartels\\MemcachedBackend\\MemcachedBackend', 'options' => array( 'servers' => array( 'localhost:11211', ), ), ), ... ) ) ... ) https://docs.typo3.org/typo3cms/CoreApiReference/CachingFramework/FrontendsBackends/Index.html#cache-backends .. toctree:: :maxdepth: 5 :titlesonly: :glob: