public function CheckoutProgressBlock::getCacheMaxAge in Commerce Core 8.2
The maximum age for which this object may be cached.
Return value
int The maximum time in seconds that this object may be cached.
Overrides ContextAwarePluginBase::getCacheMaxAge
File
- modules/
checkout/ src/ Plugin/ Block/ CheckoutProgressBlock.php, line 147
Class
- CheckoutProgressBlock
- Provides a checkout progress block.
Namespace
Drupal\commerce_checkout\Plugin\BlockCode
public function getCacheMaxAge() {
return 0;
}