// never use the cache // and don't even create the cache files define('_NO_CACHE', -1); // do not use the cache file, // but store the results of the calculation in the file cache define('_NO_CACHE', 1); // always use the cache files if they exist // if they don't, then calculate them define('_NO_CACHE', 0);