Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #16927, comment 1


Ignore:
Timestamp:
03/22/2011 06:59:16 AM (14 years ago)
Author:
markjaquith
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16927, comment 1

    initial v1  
    1212
    1313The echo function echoes if the cache is hot, else it starts the ob. And save() does ob_get_flush() and a cache set. Makes it pretty simple.
     14
     15Edit: Obviously you need a persistent object cache to test this! I used my APC backend.