You are here

public function CartBlockBase::getCacheMaxAge in Commerce Cart Blocks 8

@todo Find proper cache tags to make this cacheable

Overrides ContextAwarePluginBase::getCacheMaxAge

File

src/Plugin/Block/CartBlockBase.php, line 398

Class

CartBlockBase
CartBlockBase class.

Namespace

Drupal\commerce_cart_blocks\Plugin\Block

Code

public function getCacheMaxAge() {
  return 0;
}