LLMS_Abstract_User_Data::get_cache_group()
Retrieve the group name used by cache functions
Return Return
(string)
Source Source
File: includes/abstracts/llms.abstract.user.data.php
protected function get_cache_group() {
return sprintf( 'llms_user_%d', $this->get( 'id' ) );
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.17.0 | Introduced. |