Contributions API

Calling all Drupal developers!

Help us get this on the first page of Digg. DIGG NOW!

Modules in 6

BLOCK_NO_CACHE

Definition

6/modules/block/block.module

Description

The block should not get cached. This setting should be used:

where querying the db cache would be more expensive than directly generating the content.

Code

<?php
define('BLOCK_NO_CACHE', -1);
?>