No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin hace 2 años
..
Frontend checkin hace 2 años
Tag checkin hace 2 años
Type checkin hace 2 años
FlushCacheByTags.php checkin hace 2 años
InMemoryState.php checkin hace 2 años
InstanceFactory.php checkin hace 2 años
Manager.php checkin hace 2 años
Proxy.php checkin hace 2 años
README.md checkin hace 2 años
RuntimeStaleCacheStateModifier.php checkin hace 2 años
State.php checkin hace 2 años
StateInterface.php checkin hace 2 años
TypeList.php checkin hace 2 años
TypeListInterface.php checkin hace 2 años

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