By default the cache (for media and more) in Umbraco 4.5 is only 1800 seconds (30 minutes). I would like to have this cache last for like 2 days (172800 seconds). Is there a risk in having the cache last this long?
Should not be a problem. It's uisng teh BuildIn asp.net Caching mechanism which means that it will automatically delete items from the cache when memory consumptions is to high etc.. So it is possible that your items are not cached for 2 days because of this behaviour.
Cache duration
Hello,
By default the cache (for media and more) in Umbraco 4.5 is only 1800 seconds (30 minutes). I would like to have this cache last for like 2 days (172800 seconds). Is there a risk in having the cache last this long?
Jeroen
Hi Jeroen,
Should not be a problem. It's uisng teh BuildIn asp.net Caching mechanism which means that it will automatically delete items from the cache when memory consumptions is to high etc.. So it is possible that your items are not cached for 2 days because of this behaviour.
Cheers,
Richard
is working on a reply...