Advertisement

wp_cache_reset

Reset internal cache keys and structures.

Advertisement

wp_cache_set

Saves the data to the cache.

wp_cache_replace

Replaces the contents of the cache with new data.

wp_cache_init

Sets up Object Cache Global and assigns it.

Advertisement

wp_cache_get

Retrieves the cache contents from the cache by key and group.

wp_cache_incr

Increment numeric cache item’s value

wp_cache_delete

Removes the cache contents matching key and group.

Advertisement

wp_cache_decr

Decrements numeric cache item’s value.

wp_cache_close

Closes the cache.

wp_cache_add

Adds data to the cache, if the cache key doesn’t already exist.