Documentation
    Preparing search index...

    Interface ImagePipelineConfigSetting

    interface ImagePipelineConfigSetting {
        globalSignatureKey?: string;
        memoryCacheScreens?: number;
        memoryCacheSize?: number;
        usePersistentCacheKeyStore?: boolean;
    }
    Index

    Properties

    globalSignatureKey?: string
    memoryCacheScreens?: number
    memoryCacheSize?: number
    usePersistentCacheKeyStore?: boolean