Magento 2.1.18 is the final 2.1.x release. After June 2019, Magento 2.1.x will no longer receive security patches, quality fixes, or documentation updates.
To maintain your site's performance, security, and PCI compliance, upgrade to the latest version of Magento.

Low-level cache options

The Magento application uses a low-level cache frontend and backend to provide access to the cache storage.

Low-level frontend cache

Magento extends Zend_Cache_Core by implementing Magento\Framework\Cache\Core frontend cache.

Low-level backend cache

In general, the Magento application works with any backend cache that Zend_Cache Backends supports. However, this guide covers only the following low-level backend caches:

  • Redis
  • Database
  • File system (default): No configuration is necessary to use file system caching.

Varnish doesn’t require setting up a low-level cache backend.

We’ll periodically add more low-level cache types so watch this space.

Updated