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