silverstripe-framework/docs/en
Sean Harvey 2b316e79e5 NEW Provide a consistent way of triggering flush
Provides an interface for classes to implement their own flush()
functionality. This function gets called early in a request on
all implementations of Flushable when flush=1|all is requested in the
URL.

This fix came out of an issue where Requirements combined files were not
being cleaned up after dev/build?flush=1, due to the fact that flush
would only occur when you called it while on a page that used those
combined files, but not in any other contexts. This will now call flush
on any implementors of Flushable regardless of the context of where
flush was called.
2014-08-22 09:24:27 +12:00
..
_images Added docs for composer 2012-11-03 18:00:58 +13:00
changelogs Fix link 2014-08-12 15:12:44 +12:00
howto NEW Provide a consistent way of triggering flush 2014-08-22 09:24:27 +12:00
installation Update composer.md 2014-08-07 20:19:14 +10:00
misc Removed link to outdated docs mailinglist 2014-07-28 08:56:21 +12:00
reference NEW Provide a consistent way of triggering flush 2014-08-22 09:24:27 +12:00
topics NEW Provide a consistent way of triggering flush 2014-08-22 09:24:27 +12:00
tutorials Fixes to the :::ss parsing - extra tabs were breaking it. 2014-06-20 10:13:07 +12:00
index.md Merge remote-tracking branch 'origin/3.0' into 3.1 2013-10-07 16:18:20 +02:00