wp-rest-api-cache icon indicating copy to clipboard operation
wp-rest-api-cache copied to clipboard

Object Cache support missing

Open khromov opened this issue 8 years ago • 0 comments

If you use a persistent object cache with WordPress (Memcached, Redis, etc), transients are stored there rather than in the database, so the clear_cache function will not work with that setup

khromov avatar Nov 22 '17 01:11 khromov