Process a cache request in order to update the caller with the most recent cache updates.
Namespace:
MicroMighty.SDK.Net.ToolsIf the cache processing is successful then EasyCache.IndicatorCacheUpdateSentOK will be written to the requester page.
This should be called from all the available machines (when hosted as a Web Farm on more than one machine)
Remarks
It will only process cache if the receiver page is located on one of the allowed listed machine URLs.
Assembly: MicroMighty.SDK.Net (in MicroMighty.SDK.Net.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function ProcessCachePerRequest ( _ catchErrors As Boolean _ ) As Boolean |
C# |
---|
public bool ProcessCachePerRequest( bool catchErrors ) |
Visual C++ |
---|
public: bool ProcessCachePerRequest( bool catchErrors ) |
JavaScript |
---|
function processCachePerRequest(catchErrors); |
Parameters
- catchErrors
- Type: System..::.Boolean