Fellow Oak DICOM
Search Results for

    Show / Hide Table of Contents

    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)

    Extension Methods

    LinqExtensions.IsOneOf<CacheType>(CacheType[])
    In This Article
    Back to top Copyright (c) 2012-2025 fo-dicom contributors