tlovett1 / simple-cache

A simple caching plugin for WordPress.
https://wordpress.org/plugins/simple-cache/
129 stars 33 forks source link

wp_cache_get and memcached #91

Open jsmcm opened 5 years ago

jsmcm commented 5 years ago

Hi,

I have a question please. As a plugin / theme developer if I used this plugin and I have redis or memcached, then does this plugin cause wp_cache_set() to save the cache to redis / memcached?

My understanding is that out of the box wordpress will save wp_cache_set() cache to wp_options but I want it to go to whatever the caching plugin is configured for. Or is there a different get/set function to do that?

Thank you,

John