Automattic\WooCommerce\Caching

ObjectCache::create_cache_key_prefix()publicWC 1.0

Method of the class: ObjectCache{}

No Hooks.

Return

null. Nothing (null).

Usage

$ObjectCache = new ObjectCache();
$ObjectCache->return $this->get_cache_engine()->cache_object(;

ObjectCache::create_cache_key_prefix() code WC 8.6.1

return $this->get_cache_engine()->cache_object(
	$id,
	$object,
	self::DEFAULT_EXPIRATION === $expiration ? $this->default_expiration : $expiration,
	$this->get_object_type()
);
	}