Hi,
I've looked at the cache code for DNN to try and workout how the site caches.
This is my understanding ... Please correct me if I'm wrong.
DNN takes the Cache value and multiplies it by 20.
E.g. Light Caching(1) = 1 x 20 = 20 minutes
Medimum caching(2) = 2 x 20 = 40 minutes
Heavy Caching(6) = 6 x 20 = 120 minutes
Then if I set module caching on a module to 300 (300 seconds) how long will my module be cached if I'm using heavy caching?
120 mins ?
125 mins?
Many thanks
Simon