Automattic\WooCommerce\Internal\DataStores\Orders
OrdersTableDataStore::get_cache_group
The group name to use when caching order object data.
Method of the class: OrdersTableDataStore{}
No Hooks.
Returns
String.
Usage
// private - for code of main (parent) class only $result = $this->get_cache_group(): string;
OrdersTableDataStore::get_cache_group() OrdersTableDataStore::get cache group code WC 10.5.0
private function get_cache_group(): string {
return 'orders_data';
}