Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin 2 lat temu
..
Frontend checkin 2 lat temu
Tag checkin 2 lat temu
Type checkin 2 lat temu
FlushCacheByTags.php checkin 2 lat temu
InMemoryState.php checkin 2 lat temu
InstanceFactory.php checkin 2 lat temu
Manager.php checkin 2 lat temu
Proxy.php checkin 2 lat temu
README.md checkin 2 lat temu
RuntimeStaleCacheStateModifier.php checkin 2 lat temu
State.php checkin 2 lat temu
StateInterface.php checkin 2 lat temu
TypeList.php checkin 2 lat temu
TypeListInterface.php checkin 2 lat temu

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