Class ConvertCache
- Namespace
- Dynamicweb.Imaging.Image
Handling
- Assembly
- Dynamicweb.Core.dll
Provides methods and properties for caching processed images and retrieving them from the cache.
- Inheritance
-
Convert
Cache
- Inherited Members
Constructors
ConvertCache(ConvertParameters)
Initializes a new instance of an object.
Parameters
parameters
ConvertParameters
Properties
CacheFileVirtualPath
Gets the virtual path of the cached image file.
Property Value
Parameters
Gets the convert parameters.
Property Value
Methods
Get()
Retrieves the image data from the cache.
Returns
- byte[]
Image data of the cached image.
GetCacheFileFullPath()
Gets the full path to the cached image.
Returns
Insert(byte[])
Inserts image data into the cache.
Parameters
data
byte[]Image data.