Specifies the caching method to use.
Namespace:
Neodynamic.WebControls.ImageDrawAssembly: Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw.dll)
Version: 4.0.2000.0 (4.0.2000.0)
Syntax
| C# |
|---|
public enum CachingMethod |
| Visual Basic (Declaration) |
|---|
Public Enumeration CachingMethod |
| Visual C++ |
|---|
public enum class CachingMethod |
Members
| Member name | Description | |
|---|---|---|
| None |
Specifies that no caching method is used. The output image is generated in response to any image request.
| |
| Memory |
Specifies that the server memory is used to cache output images.
| |
| Disk |
Specifies that a directory on the server disk is used to cache output images.
| |
| SQLServerDb |
Specifies that a SQL Server Database Table is used to cache output images.
|