wpseek.com
A WordPress-centric search engine for devs and theme authors
wp_cache_set › WordPress Function
Since2.0.0
Deprecatedn/a
› wp_cache_set ( $key, $data, $group = '', $expire = 0 )
Parameters: (4) |
|
See: |
|
Returns: |
|
Defined at: |
|
Codex: |
Saves the data to the cache.
Differs from wp_cache_add() and wp_cache_replace() in that it will always write data.