Show / Hide Table of Contents

Class MemoizationOptions

Options to control memoization behavior.

Inheritance
System.Object
MemoizationOptions
Namespace: System.Memory
Assembly: Nuqleon.Memory.dll
Syntax
public sealed class MemoizationOptions : Enum

Fields

CacheException

Cache exceptional function evaluation outcome rather than invoking the function each time.

Declaration
public const MemoizationOptions CacheException
Field Value
Type Description
MemoizationOptions

None

Default memoization behavior.

Declaration
public const MemoizationOptions None
Field Value
Type Description
MemoizationOptions

value__

Declaration
public int value__
Field Value
Type Description
System.Int32
In This Article
Back to top Generated by DocFX