Click or drag to resize

BaseControllerIsCacheableDomain Method

Should be used to control caching for certain domains (e.g. jobs.staffgarden.com).

Namespace:  NetQuarry.Web.API
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected virtual bool IsCacheableDomain(
	string domain
)

Parameters

domain
Type: SystemString
The domain in question.

Return Value

Type: Boolean
True if the domain should be used to cache, else false.
See Also