Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #22661, comment 6


Ignore:
Timestamp:
03/20/2014 11:28:56 AM (11 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22661, comment 6

    v1 v2  
    11Looks like [attachment:22661.patch] might not work after [27634] (it was relying upon the initial `null` value).
    22
    3 [attachment:22661.2.patch] is another take. A custom object cache should be to bail and defer to the built-in caching by including the file and calling `wp_using_ext_object_cache( false )`.
     3[attachment:22661.2.patch] is another take. A custom object cache should be able to bail and defer to the built-in caching by including the file and calling `wp_using_ext_object_cache( false )`.