Changes between Initial Version and Version 1 of Ticket #16927, comment 1
- Timestamp:
- 03/22/2011 06:59:16 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16927, comment 1
initial v1 12 12 13 13 The 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 15 Edit: Obviously you need a persistent object cache to test this! I used my APC backend.