Automattic\WooCommerce\Internal\DataStores\Orders

OrdersTableDataStoreMeta::get_cache_group()protectedWC 1.0

Returns the cache group to store cached data in.

Method of the class: OrdersTableDataStoreMeta{}

No Hooks.

Return

String.

Usage

// protected - for code of main (parent) or child class
$result = $this->get_cache_group();

OrdersTableDataStoreMeta::get_cache_group() code WC 9.6.1

protected function get_cache_group() {
	return 'orders_meta';
}