This documentation is for the old version. Go to the latest Upload Suite docs

JavaControl.Cached Property

Supported browsers: FirefoxGoogle ChromeSafari

Gets or sets a value which enables or disables caching for Image Uploader Java applet.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public Property Cached As Boolean
C#
public bool Cached { get; set; }

Property Value

Type: System.Boolean

If true, the Java applet is not re-downloaded until you update it on the server. Otherwise, the applet is re-downloaded every time a user visits this page.

Default value is true.

See Also

Reference