LLMS_Abstract_User_Data::cache_set( string $key, mixed $val )
Add an item to the cache cache
Description Description
Parameters Parameters
- $key
-
(Required) cache key
- $val
-
(Required) value to cache
Return Return
(boolean)
Source Source
File: includes/abstracts/llms.abstract.user.data.php
Changelog Changelog
Version | Description |
---|---|
3.17.0 | Introduced. |