longyi c9405dd336 vendor 5 anni fa
..
Frontend c9405dd336 vendor 5 anni fa
Tag c9405dd336 vendor 5 anni fa
Type c9405dd336 vendor 5 anni fa
FlushCacheByTags.php c9405dd336 vendor 5 anni fa
InstanceFactory.php c9405dd336 vendor 5 anni fa
Manager.php c9405dd336 vendor 5 anni fa
Proxy.php c9405dd336 vendor 5 anni fa
README.md c9405dd336 vendor 5 anni fa
State.php c9405dd336 vendor 5 anni fa
StateInterface.php c9405dd336 vendor 5 anni fa
TypeList.php c9405dd336 vendor 5 anni fa
TypeListInterface.php c9405dd336 vendor 5 anni fa

README.md

Components of Magento application use caches in their implementation. The Magento\Cache library provides an interface for cache storage and segmentation (a.k.a. "types").

Magento\Framework\App\Cache extends Magento\Cache and provides more specific features:

  • State of cache segments (enabled/disabled) and managing their state
  • Pool of cache frontends
  • List of cache segments (types)
  • Specific cache segments: blocks, collections, configurations, layouts, translations