Image Resizer : API Documentation

Type ServerCacheMode

Namespace ImageResizer

Parent Enum

When to disk cache the image

Fields

Public fields

int value__

return int

ServerCacheMode No

Request no disk caching of the resulting image.
return ServerCacheMode

ServerCacheMode Always

Request that the resulting image always be disk cached on the server, even if no modifications are made.
return ServerCacheMode

ServerCacheMode Default

Default caching behavior. Modified images are disk cached, unmodified images are not.
return ServerCacheMode