• Thanks for this plugin!

    One little thing I’ve noticed (and it’s only come up because of the way Advanced Custom Fields uses caching!) is that the signature for wp_cache_get is different to the WordPress version:

    object_cache.php:

    wp_cache_get($key, $group = '')

    cache.php:

    wp_cache_get( $key, $group = '', $force = false, &$found = null )

    Most plugins just seem to see if the returned value is truthy, but acf used the $found parameter…

    Any cache of an update to support this?

    Thanks

    David

    https://www.ads-software.com/plugins/memcached-redux/

  • The topic ‘Doesn't support $force & $found parameters of wp_cache_get’ is closed to new replies.