Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
WC_Session_Handler::get_cache_prefix()
Gets a cache prefix. This is used in session names so the entire cache can be invalidated with 1 function call.
Description Description
Return Return
(string)
Source Source
File: includes/class-wc-session-handler.php
private function get_cache_prefix() { return WC_Cache_Helper::get_cache_prefix( WC_SESSION_CACHE_GROUP ); }