Dev GuideAPI Reference
Dev GuideAPI ReferenceUser GuideGitHubNuGetDev CommunitySubmit a ticketLog In
GitHubNuGetDev CommunitySubmit a ticket

Etag Cache pipeline

CacheResourceClientSide

OrderPipeDescription
100CacheResourceClientSideDetermines whether to cache a resource on the client side. If the resource equals settings or the resource equals websites and resource child is not crosssells, the result is true, otherwise the result is false. The result is stored in the CacheResourceClientSide property on the result object.

CacheResourceServerSide

OrderPipeDescription
100CacheResourceServerSideDetermines whether to cache a resource on the server side. If the resource is budgetcalendars, budgets, dashboardpanels, messages, orderapprovals, quotes, requisitions, autocomplete or admin, the result is true, otherwise the result is false. The result is stored in the CacheResourceServiceSide property on the result object.

InvalidateCache

OrderPipeDescription
100InvalidateCacheIf theResource property on the parameter object is not blank and etag cacheing is enabled, deletes from theCacheState table where theRoutePattern begins with the value of theResource property on the parameter object.