Enum CacheType
Namespace: FellowOakDicom.Imaging
Assembly: fo-dicom.core.dll
Syntax
[Flags]
public enum CacheType
Fields
Name | Description |
---|---|
All | All caches |
Display | Caches the cached copy of the rendered display data |
LookupTables | Caches the lookup tables and pipelines generated as a result of windowing etc. |
None | No caching at all |
PixelData | Caches the raw uncompressed pixel data (where it needs to be decompressed or read from disk) |