longyi c9405dd336 vendor před 5 roky
..
Frontend c9405dd336 vendor před 5 roky
Tag c9405dd336 vendor před 5 roky
Type c9405dd336 vendor před 5 roky
FlushCacheByTags.php c9405dd336 vendor před 5 roky
InstanceFactory.php c9405dd336 vendor před 5 roky
Manager.php c9405dd336 vendor před 5 roky
Proxy.php c9405dd336 vendor před 5 roky
README.md c9405dd336 vendor před 5 roky
State.php c9405dd336 vendor před 5 roky
StateInterface.php c9405dd336 vendor před 5 roky
TypeList.php c9405dd336 vendor před 5 roky
TypeListInterface.php c9405dd336 vendor před 5 roky

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