• Resolved ethereumicoio

    (@ethereumicoio)


    As a result, caches are flushed almost instantly after being set.

    The file affected: ObjectCache_WpObjectCache_Regular.php

    Plugin version: 2.3.3

    The patch:

    153c153
    < 			$v = $cache->get( $key );
    ---
    > 			$v = $cache->get( $key, $group );
    293c293
    < 				( $expire ? $expire : $this->_lifetime ) );
    ---
    > 				( $expire ? $expire : $this->_lifetime ), $group );
    351c351
    < 			$return = $cache->delete( $key );
    ---
    > 			$return = $cache->delete( $key, $group );
    

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Object cache ignores the group parameter’ is closed to new replies.