Magento 2
How to get a value from the cache?
Ask your questions
cache
Sanganagouda_B
(Sanganagouda B)
March 23, 2017, 7:14am
1
Magento 1.x code
$cache = Mage::app()->getCache();
how to get that in magento 2
thanx
How to save a value to the cache?
dmitrii_fediuk
(Dmitrii Fediuk)
March 23, 2017, 7:18am
2
See also:
How to save a value to the cache
1 Like
dmitrii_fediuk
(Dmitrii Fediuk)
June 30, 2017, 1:17am
3
See also:
How to
delete
the cache
programmatically
?