Automattic\WooCommerce\Internal\DataStores\Orders

OrdersTableDataStore::get_cache_group()privateWC 1.0

The group name to use when caching order object data.

Method of the class: OrdersTableDataStore{}

No Hooks.

Return

String.

Usage

// private - for code of main (parent) class only
$result = $this->get_cache_group(): string;

OrdersTableDataStore::get_cache_group() code WC 9.6.0

private function get_cache_group(): string {
	return 'orders_data';
}