LLamaCache
Namespace: LLama
public class LLamaCache
Inheritance Object → LLamaCache
Properties
CacheSize
public int CacheSize { get; }
Property Value
Item
public LLamaState Item { get; set; }
Property Value
Constructors
LLamaCache(Int32)
public LLamaCache(int capacity)
Parameters
capacity
Int32
Methods
Contains(Int32[])
public bool Contains(Int32[] key)
Parameters
key
Int32[]