You are here

constant CACHE_ON in cctags 7

flag set is false for debug not cached mode

1 use of CACHE_ON
cctags_get_level_tags in ./cctags.module
Function that gets the information from the database, passes it along to the weight builder and returns these weighted tags. Note that the tags are unordered at this stage, hence they need orndering either by calling our api or by your own ordering data.

File

./cctags.module, line 6

Code

define('CACHE_ON', true);