Determines the refresh method to use for refreshing cache.
'Declaration
Public FullRefresh As Boolean
Field Value
true if full refresh method should be used (all objects, matching the filter if such is set, from thу specified table will be queried when performing cache refreshing);
false if smart refresh method should be used (only objects that were created or modified since the last cache refreshing, will be queried when performing cache refreshing).