WP Support Help

Cache

A transient-based cache implementation.

$cache = new Cache( 'my-cache' ); $cache->set('store-this', 'value'); $cache->get('store-this'); $cache->delete('store-this'); $cache->flush();
Last modified: 09 September 2024