Custom Cache Type
Magento, Magento 2

Custom Cache Type

In cache.xml file we need to pass two parameters i.e. “label” and the “description” this parameters use to display label and the cache description on cache management page i.e. System > Tools > Cache Management

Null Coalescing Operator
PHP

Null Coalescing Operator

PHP 7 brings a new rather handy feature null coalescing operator. This new feature is similar to the ternary operator that we were using in older versions of PHP (PHP 5 & greater)