Interface IHasApplicationCache
Interface allowing the user to determine if the driver instance supports application cache.
public interface IHasApplicationCache
Properties
ApplicationCache
Gets an IApplicationCache object for managing application cache.
IApplicationCache ApplicationCache { get; }
Property Value
HasApplicationCache
Gets a value indicating whether manipulating the application cache is supported for this driver.
bool HasApplicationCache { get; }