You are here

function commerce_shipping_flush_caches in Commerce Shipping 7.2

Implements hook_flush_caches().

File

./commerce_shipping.module, line 725
Defines a system for calculating shipping costs associated with an order.

Code

function commerce_shipping_flush_caches() {
  return array(
    'cache_commerce_shipping_rates',
  );
}