Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.62 KB

caching_low-level.md

File metadata and controls

32 lines (26 loc) · 1.62 KB
layout group subgroup title menu_title menu_order menu_node level3_menu_node level3_subgroup version github_link redirect_from
default
config-guide
08_Caching
Low-level cache options
Low-level cache options
5
level3child
cache-types
2.0
config-guide/cache/caching_low-level.md
/guides/v2.0/config-guide/config/caching_low-level.html

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.