Click or drag to resize

webCacheSystem Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Web Cache System
Inheritance Hierarchy
SystemObject
  imbACE.Network.web.cachewebCacheSystem

Namespace:  imbACE.Network.web.cache
Assembly:  imbACE.Network (in imbACE.Network.dll) Version: 0.2
Syntax
C#
public static class webCacheSystem
Request Example View Source

The webCacheSystem type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberageCount
Cached file age limit in hours
Public propertyStatic memberwebCacheFolder
Top
Methods
  NameDescription
Public methodStatic membergetCacheFilenameFromUrl
Vraca standarni htmlFileCache
Public methodStatic memberhasCache
Determines whether the specified URL has cache.
Public methodStatic memberloadCache
Ućitava sadržaj iz Cache-a u zavisnosti od podešavanja i dostupnosti zadatog URL-a
Public methodStatic membersaveCache
Saves the cache.
Top
See Also