Skip to content

LLamaCache

Namespace: LLama

public class LLamaCache

Inheritance ObjectLLamaCache

Properties

CacheSize

public int CacheSize { get; }

Property Value

Int32

Item

public LLamaState Item { get; set; }

Property Value

LLamaState

Constructors

LLamaCache(Int32)

public LLamaCache(int capacity)

Parameters

capacity Int32

Methods

Contains(Int32[])

public bool Contains(Int32[] key)

Parameters

key Int32[]

Returns

Boolean