By alihammad on
I was wondering if some one could help me with this.
I have gone through the module's code and seen that the cache life time is being retrieved using variable_get of drupal api. Technically, since the module isn't asking me to fill in the value at any place; I presume that it is getting the value from the variables table set by module/system.
If I alter the values in module/system and write a bigger value will it theoretically allow me to cache the data for longer periods of time even if cron is run several times a day(is cron suppose to clear the old files based upon the minimum cache life time value).
Secondly what is the purpose of cache flush ?
Any answers are welcome.