Skip to content

LLamaCache

Namespace: LLama

1
public class LLamaCache

Inheritance ObjectLLamaCache

Properties

CacheSize

1
public int CacheSize { get; }

Property Value

Int32

Item

1
public LLamaState Item { get; set; }

Property Value

LLamaState

Constructors

LLamaCache(Int32)

1
public LLamaCache(int capacity)

Parameters

capacity Int32

Methods

Contains(Int32[])

1
public bool Contains(Int32[] key)

Parameters

key Int32[]

Returns

Boolean