Memory Caching

Good Day All

we know that memory caching can become an issue and we can remove it by individually clearing each users cache or at times the recycle of the app pool also assist.

Currently there is an option per form per user to enable or disable memory caching on a form.

Is there a manner in which the memory caching can be globally set to false?

Maybe if you disable Personalizations? You should be able to query which forms have memory caching=true with:

select * from ice.XXXDef where content like 
'%<PropertyName>MemoryCache</PropertyName> <PropertyValue>True</PropertyValue>%'