Sets the local file root path that images are cached to, relative to the website root. Defaults to "App_Data/cache". Set to empty to disable image caching (not recommended).

public string ImageCachePath { get; set; }
Type:
string
In this article