longyi c9405dd336 vendor 5 gadi atpakaļ
..
Frontend c9405dd336 vendor 5 gadi atpakaļ
Tag c9405dd336 vendor 5 gadi atpakaļ
Type c9405dd336 vendor 5 gadi atpakaļ
FlushCacheByTags.php c9405dd336 vendor 5 gadi atpakaļ
InstanceFactory.php c9405dd336 vendor 5 gadi atpakaļ
Manager.php c9405dd336 vendor 5 gadi atpakaļ
Proxy.php c9405dd336 vendor 5 gadi atpakaļ
README.md c9405dd336 vendor 5 gadi atpakaļ
State.php c9405dd336 vendor 5 gadi atpakaļ
StateInterface.php c9405dd336 vendor 5 gadi atpakaļ
TypeList.php c9405dd336 vendor 5 gadi atpakaļ
TypeListInterface.php c9405dd336 vendor 5 gadi atpakaļ

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