Automattic\WooCommerce\Internal\DataStores\Orders
OrdersTableDataStoreMeta::get_cache_group
Returns the cache group to store cached data in.
Method of the class: OrdersTableDataStoreMeta{}
No Hooks.
Returns
String.
Usage
// protected - for code of main (parent) or child class $result = $this->get_cache_group();
OrdersTableDataStoreMeta::get_cache_group() OrdersTableDataStoreMeta::get cache group code WC 11.0.1
protected function get_cache_group() {
return 'orders_meta';
}