You are here

Constants in Block Cache Alter 6

Primary tabs

Namesort descending Location Description Direct uses Strings
BLOCK_CACHE_GLOBAL patches/block_with_node_grants.module The block is the same for every user on every page where it is visible. 2 2
BLOCK_CACHE_GLOBAL patches/block_no_node_grants.module The block is the same for every user on every page where it is visible. 2 2
BLOCK_CACHE_PER_PAGE patches/block_with_node_grants.module The block can change depending on the page being viewed. 3 2
BLOCK_CACHE_PER_PAGE patches/block_no_node_grants.module The block can change depending on the page being viewed. 3 2
BLOCK_CACHE_PER_ROLE patches/block_with_node_grants.module The block can change depending on the roles the user viewing the page belongs to. This is the default setting, used when the block does not specify anything. 3 2
BLOCK_CACHE_PER_ROLE patches/block_no_node_grants.module The block can change depending on the roles the user viewing the page belongs to. This is the default setting, used when the block does not specify anything. 3 2
BLOCK_CACHE_PER_USER patches/block_with_node_grants.module The block can change depending on the user viewing the page. This setting can be resource-consuming for sites with large number of users, and thus should only be used when BLOCK_CACHE_PER_ROLE is not sufficient. 3 2
BLOCK_CACHE_PER_USER patches/block_no_node_grants.module The block can change depending on the user viewing the page. This setting can be resource-consuming for sites with large number of users, and thus should only be used when BLOCK_CACHE_PER_ROLE is not sufficient. 3 2
BLOCK_NO_CACHE patches/block_with_node_grants.module The block should not get cached. This setting should be used: 6 2
BLOCK_NO_CACHE patches/block_no_node_grants.module The block should not get cached. This setting should be used: 6 2
BLOCK_REGION_NONE patches/block_with_node_grants.module Denotes that a block is not enabled in any region and should not be shown. 2 2
BLOCK_REGION_NONE patches/block_no_node_grants.module Denotes that a block is not enabled in any region and should not be shown. 2 2

Other projects