Storage framework manager

TYPO3 comes with the option to choose between different storages for both frontend end backend user sessions (called session backends).

The caching framework exists to help speeding up TYPO3 sites, especially heavily loaded ones. It is possible to move all caches to a dedicated cache server with specialized cache systems like the Redis key-value store (a so called NoSQL database).