Automattic\WooCommerce\Caching
ObjectCache::get_object_type
Gets an identifier for the types of objects cached by this class. This identifier will be used to compose the keys passed to the cache engine. It must be unique for each class inheriting from ObjectCache.
Method of the class: ObjectCache{}
No Hooks.
Returns
String
.
Usage
$ObjectCache = new ObjectCache(); $ObjectCache->get_object_type(): string;
ObjectCache::get_object_type() ObjectCache::get object type code WC 9.9.5
abstract public function get_object_type(): string;