Click or drag to resize

webCacheSystemhasCache Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Determines whether the specified URL has cache.

Namespace:  imbACE.Network.web.cache
Assembly:  imbACE.Network (in imbACE.Network.dll) Version: 0.2
Syntax
C#
public static bool hasCache(
	string url
)
Request Example View Source

Parameters

url
Type: SystemString
The URL.

Return Value

Type: Boolean
true if the specified URL has cache; otherwise, false.
See Also