13 uses of DRUPAL_NO_CACHE

Block::defineOptions in drupal/core/modules/block/lib/Drupal/block/Plugin/views/display/Block.php
Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
Block::getCacheType in drupal/core/modules/block/lib/Drupal/block/Plugin/views/display/Block.php
Provide a single method to figure caching type, keeping a sensible default for when it's unset.
BlockBase::__construct in drupal/core/modules/block/lib/Drupal/block/BlockBase.php
Constructs a Drupal\Component\Plugin\PluginBase object.
BlockCacheTest::testNoCache in drupal/core/modules/block/lib/Drupal/block/Tests/BlockCacheTest.php
Test DRUPAL_NO_CACHE.
BlockInterfaceTest::testBlockInterface in drupal/core/modules/block/lib/Drupal/block/Tests/BlockInterfaceTest.php
Test configuration and subsequent form() and build() method calls.
BlockTest::testBlockRehash in drupal/core/modules/block/lib/Drupal/block/Tests/BlockTest.php
Test _block_rehash().
DisplayPluginBase::getSpecialBlocks in drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php
Provide the block system with any exposed widget blocks for this display.
LanguageBlock::getDerivativeDefinitions in drupal/core/modules/language/lib/Drupal/language/Plugin/Derivative/LanguageBlock.php
Implements \Drupal\Component\Plugin\Derivative\DerivativeInterface::getDerivativeDefinitions().
MenuBlock::getDerivativeDefinitions in drupal/core/modules/menu/lib/Drupal/menu/Plugin/Derivative/MenuBlock.php
Implements \Drupal\Component\Plugin\Derivative\DerivativeInterface::getDerivativeDefinitions().
SystemMenuBlock::getDerivativeDefinitions in drupal/core/modules/system/lib/Drupal/system/Plugin/Derivative/SystemMenuBlock.php
Implements \Drupal\Component\Plugin\Derivative\DerivativeInterface::getDerivativeDefinitions().
TestXSSTitleBlock::settings in drupal/core/modules/block/tests/lib/Drupal/block_test/Plugin/Block/TestXSSTitleBlock.php
Overrides \Drupal\block\BlockBase::settings().
ViewsExposedFilterBlock::getDerivativeDefinitions in drupal/core/modules/views/lib/Drupal/views/Plugin/Derivative/ViewsExposedFilterBlock.php
Implements \Drupal\Component\Plugin\Derivative\DerivativeInterface::getDerivativeDefinitions().
_block_get_renderable_region in drupal/core/modules/block/block.module
Gets an array of blocks suitable for drupal_render().