cache_flush |
function |
includes/cache.inc |
Flushes all cache items in a bin. |
image_path_flush |
function |
modules/image/image.module |
Clear cached versions of a specific file in all styles. |
hook_flush_caches |
function |
modules/system/system.api.php |
Add a list of cache tables to be cleared. |
image_style_flush |
function |
modules/image/image.module |
Flush cached media for a style. |
views_flush_caches |
function |
modules/views/views.module |
Implements hook_flush_caches(). |
color_flush_caches |
function |
modules/color/color.module |
Implements hook_flush_caches(). |
field_flush_caches |
function |
modules/field/field.module |
Implements hook_flush_caches(). |
entity_flush_caches |
function |
modules/entity/entity.module |
Implements hook_flush_caches(). |
layout_flush_caches |
function |
modules/layout/layout.module |
Implements hook_flush_caches(). |
system_flush_caches |
function |
modules/system/system.module |
Implements hook_flush_caches(). |
ImageStyleFlushTest |
class |
modules/image/tests/image.test |
Tests flushing of image styles. |
update_flush_caches |
function |
modules/update/update.module |
Implements hook_flush_caches(). |
admin_bar_flush_cache |
function |
modules/admin_bar/admin_bar.inc |
Flush all caches or a specific one. |
hook_image_style_flush |
function |
modules/image/image.api.php |
Respond to image style flushing. |
_backdrop_flush_css_js |
function |
includes/common.inc |
Changes the dummy query string added to all CSS and JavaScript files. |
admin_bar_flush_caches |
function |
modules/admin_bar/admin_bar.module |
Implements hook_flush_caches(). |
_admin_bar_flush_cache |
function |
modules/admin_bar/admin_bar.inc |
Flush all caches or a specific one. |
drupal_flush_all_caches |
function |
includes/drupal.inc |
Flushes all cached data on the site. |
BackdropFakeCache::flush |
function |
includes/cache-install.inc |
Overrides BackdropDatabaseCache::flush(). |
BackdropNullCache::flush |
function |
drivers/cache_null/cache_null.inc |
Implements BackdropCacheInterface::flush(). |
backdrop_flush_all_caches |
function |
includes/common.inc |
Flushes all cached data on the site. |
BackdropDatabaseCache::flush |
function |
drivers/cache_database/cache_database.inc |
Implements BackdropCacheInterface::flush(). |
system_cron_test_flush_caches |
function |
modules/system/tests/system_cron_test.module |
Implements hook_flush_caches(). |
BackdropCacheInterface::flush |
function |
includes/cache.inc |
Flushes all cache items in a bin. |
ImageStyleFlushTest::testFlush |
function |
modules/image/tests/image.test |
General test to flush a style. |
HWLDFWordAccumulator::flushLine |
function |
includes/diff.inc |
|
update_script_test_flush_caches |
function |
modules/simpletest/tests/update_script_test.module |
Implements hook_flush_caches(). |
views_plugin_cache::cache_flush |
function |
modules/views/plugins/views_plugin_cache.inc |
Clear out cached data for a view. |
HWLDFWordAccumulator::flushGroup |
function |
includes/diff.inc |
|
MockTestConnection::flushCommands |
function |
modules/simpletest/tests/filetransfer.test |
|
ImageStyleFlushTest::getImageCount |
function |
modules/image/tests/image.test |
Count the number of images currently created for a style in a wrapper. |
CacheClearCase::testFlushAllCaches |
function |
modules/simpletest/tests/cache.test |
Test backdrop_flush_all_caches(). |
StreamWrapperInterface::stream_flush |
function |
includes/stream_wrappers.inc |
|
ImageStyleFlushTest::createSampleImage |
function |
modules/image/tests/image.test |
Given an image style and a wrapper, generate an image. |
admin_bar_form_alter_flush_cache_submit |
function |
modules/admin_bar/admin_bar.module |
Form submission handler to flush Administration bar caches. |
BackdropLocalStreamWrapper::stream_flush |
function |
includes/stream_wrappers.inc |
Support for fflush(). |