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
)
Protected Overridable Function IsCacheableDomain (
domain As String
) As Boolean
Parameters
- domain
- Type: SystemString
The domain in question.
Return Value
Type:
BooleanTrue if the domain should be used to cache, else false.
See Also