DataStore::set_cached_data( string $cache_key, mixed $value )

Wrapper around Cache::set().


Description Description


Parameters Parameters

$cache_key

(Required) Cache key.

$value

(Required) New value.


Top ↑

Return Return

(bool)


Top ↑

Source Source

File: packages/woocommerce-admin/src/API/Reports/DataStore.php


			


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.